[Pkg-gnupg-commit] [gnupg2] 87/124: tests, w32: Fix importing the extra key for GPGME's keylist test.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Apr 5 15:55:35 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit b20780658ebb1e1245db18c04db3e815399cf706
Author: Justus Winter <justus at g10code.com>
Date:   Tue Mar 28 16:51:18 2017 +0200

    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 at g10code.com>
---
 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 4c96a09..eb416f4 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 `(, at GPG --yes --import ,(in-srcdir "pubkey-1.asc"))))))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list