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
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
(let ((name (basename (car executable))))
(cond
((string=? "t-keylist" name)
((string=? (qualify "t-keylist") name)
;; This test assumes that 't-import' imported a key.
(log "Importing extra key...")
(call-check `(,@GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))