diff options
author | Justus Winter <[email protected]> | 2017-03-28 14:51:18 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-03-28 14:51:18 +0000 |
commit | b20780658ebb1e1245db18c04db3e815399cf706 (patch) | |
tree | d35f156bd258f585b00c1406e6e5120b84b85cca /tests/gpgme/wrap.scm | |
parent | gpg: Prepare for listing last_update and key origin data. (diff) | |
download | gnupg-b20780658ebb1e1245db18c04db3e815399cf706.tar.gz gnupg-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 <[email protected]>
Diffstat (limited to 'tests/gpgme/wrap.scm')
-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")))))) |