diff options
author | Justus Winter <[email protected]> | 2017-01-16 12:59:56 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-01-16 12:59:56 +0000 |
commit | 8b1611a9605b636db3e07a9d81016a11b318724c (patch) | |
tree | b527fb8d0972a60398d7036ef64be431749ef0c5 /tests/openpgp/defs.scm | |
parent | agent: Ask specific SERIALNO for pksign/pkdecrypt. (diff) | |
download | gnupg-8b1611a9605b636db3e07a9d81016a11b318724c.tar.gz gnupg-8b1611a9605b636db3e07a9d81016a11b318724c.zip |
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 <[email protected]>
Diffstat (limited to 'tests/openpgp/defs.scm')
-rw-r--r-- | tests/openpgp/defs.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 548476bdb..1d8173dba 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -253,6 +253,7 @@ (setenv "GPG_AGENT_INFO" "" #t) (setenv "GNUPGHOME" (getcwd) #t) +(define GNUPGHOME (getcwd)) ;; ;; GnuPG helper. |