1
0
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:
Justus Winter 2017-03-28 16:51:18 +02:00
parent 4af389c972
commit b20780658e
No known key found for this signature in database
GPG Key ID: DD1A52F9DA8C9020

View File

@ -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"))))))