diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/openpgp/setup.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/openpgp/setup.scm b/tests/openpgp/setup.scm index fc0615fc8..abe1157e8 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.scm @@ -22,8 +22,7 @@ (unless (member "--create-tarball" *args*) (fail "Usage: setup.scm --create-tarball <file>")) -(with-temporary-working-directory - (setenv "GNUPGHOME" (getcwd) #t) +(with-ephemeral-home-directory (create-gpghome) (create-legacy-gpghome) (stop-agent) |