diff options
-rw-r--r-- | tests/openpgp/defs.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index 09c313b2a..e91902c79 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -256,13 +256,12 @@ ;; Initialize the test environment, install appropriate configuration ;; and start the agent, with the keys from the legacy test suite. (define (setup-legacy-environment) - (setup-environment) + (create-gpghome) (if (member "--unpack-tarball" *args*) (begin (call-check `(,(tool 'gpgtar) --extract --directory=. ,(cadr *args*))) (start-agent)) (begin - (create-gpghome) (start-agent) (create-legacy-gpghome))) (preset-passphrases)) |