[git] GnuPG - branch, master, updated. gnupg-2.1.20-10-gaf1c1a5

by Justus Winter cvs at cvs.gnupg.org
Thu Apr 6 14:35:50 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  af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1 (commit)
      from  94645311f8a3e9ae33643512f87fbef41bf0556f (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 af1c1a57e46a00a32d83c1a58c5f3ef6f4a1c1d1
Author: Justus Winter <justus at g10code.com>
Date:   Thu Apr 6 14:31:54 2017 +0200

    tests: Disable 'pkits' test suite.
    
    * tests/Makefile.am (SUBDIRS): Drop 'pkits'.
    * tests/pkits/common.sh: Fix locating 'PKITS_data.tar.bz2'.
    * tests/pkits/inittests: Likewise.
    --
    
    These tests are unmaintained and broken, and were previously only run
    when doing in-tree builds, hence nobody noticed that they were badly
    broken.
    
    GnuPG-bug-id: 3067
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/Makefile.am b/tests/Makefile.am
index bb75c97..7cbf9e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,7 @@
 
 ## Process this file with automake to produce Makefile.in
 
-SUBDIRS = gpgscm openpgp migrations gpgsm gpgme pkits .
+SUBDIRS = gpgscm openpgp migrations gpgsm gpgme .
 
 GPGSM = ../sm/gpgsm
 
diff --git a/tests/pkits/common.sh b/tests/pkits/common.sh
index ca18b95..697f28f 100644
--- a/tests/pkits/common.sh
+++ b/tests/pkits/common.sh
@@ -52,7 +52,7 @@ if [ -n "$GPG_AGENT_INFO" ]; then
     exit 1
 fi
 
-if [ -f PKITS_data.tar.bz2 ]; then
+if [ -f "$srcdir/PKITS_data.tar.bz2" ]; then
   :
 else
     if [ "$pgmname" = "import-all-certs" ]; then
diff --git a/tests/pkits/inittests b/tests/pkits/inittests
index 5c29bdc..4bff0a8 100755
--- a/tests/pkits/inittests
+++ b/tests/pkits/inittests
@@ -58,8 +58,8 @@ if [ -n "$GPG_AGENT_INFO" ]; then
     exit 1
 fi
 
-if test -f PKITS_data.tar.bz2; then
-  if ! bunzip2 -c PKITS_data.tar.bz2 | tar xf - ; then
+if test -f "$srcdir/PKITS_data.tar.bz2"; then
+  if ! bunzip2 -c "$srcdir/PKITS_data.tar.bz2" | tar xf - ; then
     echo "inittests: failed to untar the test data" >&2
     exit 1
   fi    

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

Summary of changes:
 tests/Makefile.am     | 2 +-
 tests/pkits/common.sh | 2 +-
 tests/pkits/inittests | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)


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




More information about the Gnupg-commits mailing list