From 949e70115eb2c04bd09da6477f6c433e6fd9a366 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 4 Oct 2016 12:46:00 +0200 Subject: tests,w32: Avoid using 'glob'. * tests/openpgp/setup.scm: Avoid 'glob' which is not available on mingw. Signed-off-by: Justus Winter --- tests/openpgp/setup.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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)) -- cgit v1.2.3