mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
tests,w32: Fix importing the extra key for GPGME's keylist test.
* tests/gpgme/wrap.scm: Qualify the tests name with the extension for executables (if any). Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
4af389c972
commit
b20780658e
@ -53,7 +53,7 @@
|
|||||||
|
|
||||||
(let ((name (basename (car executable))))
|
(let ((name (basename (car executable))))
|
||||||
(cond
|
(cond
|
||||||
((string=? "t-keylist" name)
|
((string=? (qualify "t-keylist") name)
|
||||||
;; This test assumes that 't-import' imported a key.
|
;; This test assumes that 't-import' imported a key.
|
||||||
(log "Importing extra key...")
|
(log "Importing extra key...")
|
||||||
(call-check `(,@GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))
|
(call-check `(,@GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user