diff options
Diffstat (limited to 'tests/gpgsm')
-rw-r--r-- | tests/gpgsm/setup.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gpgsm/setup.scm b/tests/gpgsm/setup.scm index fdf277d10..91821a0f8 100644 --- a/tests/gpgsm/setup.scm +++ b/tests/gpgsm/setup.scm @@ -24,6 +24,7 @@ (error "Usage: setup.scm --create-tarball <file> ...")) (with-ephemeral-home-directory + (chdir (getenv "GNUPGHOME")) (create-gpgsmhome) (stop-agent) (call-check `(,(tool 'gpgtar) --create --output ,(car tarball) "."))) |