diff options
Diffstat (limited to 'tests/openpgp/setup.scm')
-rwxr-xr-x | tests/openpgp/setup.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/openpgp/setup.scm b/tests/openpgp/setup.scm index abe1157e8..d13799d90 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.scm @@ -23,6 +23,7 @@ (fail "Usage: setup.scm --create-tarball <file>")) (with-ephemeral-home-directory + (chdir (getenv "GNUPGHOME")) (create-gpghome) (create-legacy-gpghome) (stop-agent) |