[git] GnuPG - branch, master, updated. gnupg-2.1.14-43-g05cb300

by Justus Winter cvs at cvs.gnupg.org
Thu Aug 4 12:11:27 CEST 2016


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  05cb30052cdf1d308ff7da901cfa5a809cd49479 (commit)
       via  3566544d04a4b81e5dd8a2883304673b2cc2f108 (commit)
      from  89234f7f3643bad2daddc94569f1d651ec5c835e (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 05cb30052cdf1d308ff7da901cfa5a809cd49479
Author: Justus Winter <justus at g10code.com>
Date:   Thu Aug 4 12:10:47 2016 +0200

    tests: Update list of tests in Scheme test runner.
    
    * tests/openpgp/run-tests.scm: Add missing tests.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/openpgp/run-tests.scm b/tests/openpgp/run-tests.scm
index ad94baf..367c641 100644
--- a/tests/openpgp/run-tests.scm
+++ b/tests/openpgp/run-tests.scm
@@ -192,9 +192,15 @@
     "import.scm"
     "ecc.scm"
     "4gb-packet.scm"
+    "tofu.scm"
     "gpgtar.scm"
     "use-exact-key.scm"
-    "default-key.scm"))
+    "default-key.scm"
+    "export.scm"
+    "ssh.scm"
+    "issue2015.scm"
+    "issue2346.scm"
+    "issue2419.scm"))
 
 (let* ((runner (if (member "--parallel" *args*)
 		  (if (member "--shared" *args*)

commit 3566544d04a4b81e5dd8a2883304673b2cc2f108
Author: Justus Winter <justus at g10code.com>
Date:   Thu Aug 4 12:09:52 2016 +0200

    tests: Fix path to fake-pinentry.
    
    * tests/openpgp/defs.scm: Correctly compute the path to fake-pinentry.
    
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm
index 9408cd5..2cbad46 100644
--- a/tests/openpgp/defs.scm
+++ b/tests/openpgp/defs.scm
@@ -60,7 +60,8 @@
 			   "agent/gpg-preset-passphrase")
     (mktdata "MKTDATA" "tools/mk-tdata")
     (gpgtar "GPGTAR" "tools/gpgtar")
-    (gpg-zip "GPGZIP" "tools/gpg-zip")))
+    (gpg-zip "GPGZIP" "tools/gpg-zip")
+    (pinentry "PINENTRY" "tests/openpgp/fake-pinentry")))
 
 (define (tool which)
   (let ((t (assoc which tools))
@@ -77,7 +78,7 @@
 
 (define GPG `(,(tool 'gpg) --no-permission-warning
 	      ,@(if have-opt-always-trust '(--always-trust) '())))
-(define PINENTRY (string-append (getcwd) "/" (qualify "fake-pinentry")))
+(define PINENTRY (tool 'pinentry))
 
 (define (tr:gpg input args)
   (tr:spawn input `(, at GPG --output **out** , at args **in**)))

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

Summary of changes:
 tests/openpgp/defs.scm      | 5 +++--
 tests/openpgp/run-tests.scm | 8 +++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)


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




More information about the Gnupg-commits mailing list