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 d4a3e3701..0a9a153f3 100755 --- a/tests/openpgp/setup.scm +++ b/tests/openpgp/setup.scm @@ -127,8 +127,7 @@ (setenv "GNUPGHOME" (getcwd) #t) (create-gpghome) (kill-agent) - (call-check `(,(tool 'gpgtar) --create --output ,(cadr *args*) - ,@(glob "*"))))) + (call-check `(,(tool 'gpgtar) --create --output ,(cadr *args*) ".")))) ((member "--unpack-tarball" *args*) (call-check `(,(tool 'gpgtar) --extract --directory=. ,(cadr *args*))) (start-agent)) |