diff options
author | Justus Winter <justus@g10code.com> | 2017-03-28 16:51:18 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2017-03-28 16:51:18 +0200 |
commit | b20780658ebb1e1245db18c04db3e815399cf706 (patch) | |
tree | d35f156bd258f585b00c1406e6e5120b84b85cca /tests | |
parent | gpg: Prepare for listing last_update and key origin data. (diff) | |
download | gnupg2-b20780658ebb1e1245db18c04db3e815399cf706.tar.xz gnupg2-b20780658ebb1e1245db18c04db3e815399cf706.zip |
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>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/gpgme/wrap.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpgme/wrap.scm b/tests/gpgme/wrap.scm index 4c96a09ab..eb416f499 100644 --- a/tests/gpgme/wrap.scm +++ b/tests/gpgme/wrap.scm @@ -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")))))) |