From b20780658ebb1e1245db18c04db3e815399cf706 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 28 Mar 2017 16:51:18 +0200 Subject: 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 --- tests/gpgme/wrap.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))))) -- cgit v1.2.3