mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
tests,w32: Avoid using 'glob'.
* tests/openpgp/setup.scm: Avoid 'glob' which is not available on mingw. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
fbc83c0cdd
commit
949e70115e
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user