[git] GnuPG - branch, master, updated. gnupg-2.1.19-87-gb207806

by Justus Winter cvs at cvs.gnupg.org
Tue Mar 28 16:56:06 CEST 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  b20780658ebb1e1245db18c04db3e815399cf706 (commit)
      from  4af389c9721fa534ed06a64b80705b631575c775 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
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>

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"))))))

-----------------------------------------------------------------------

Summary of changes:
 tests/gpgme/wrap.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list