mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tests: Improve GPGHOME handling.
* tests/openpgp/defs.scm (GPGHOME): New variable. * tests/openpgp/ssh-import.scm: Remove redundant code, use 'path-join'. * tests/openpgp/tofu.scm: Likewise. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
0801f49b0d
commit
8b1611a960
3 changed files with 6 additions and 12 deletions
|
@ -253,6 +253,7 @@
|
|||
|
||||
(setenv "GPG_AGENT_INFO" "" #t)
|
||||
(setenv "GNUPGHOME" (getcwd) #t)
|
||||
(define GNUPGHOME (getcwd))
|
||||
|
||||
;;
|
||||
;; GnuPG helper.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue