[git] GnuPG - branch, master, updated. gnupg-2.1.11-87-ga883d4c

by Justus Winter cvs at cvs.gnupg.org
Thu Mar 3 12:27:00 CET 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  a883d4c0f8125e809c144ec69e76c9f522102d8f (commit)
      from  d040628ddf2c09ddc9581ff365680a568ad24278 (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 a883d4c0f8125e809c144ec69e76c9f522102d8f
Author: Justus Winter <justus at g10code.com>
Date:   Thu Mar 3 12:22:30 2016 +0100

    tests/openpgp: Skip gpgtar test if it has not been built.
    
    * tests/openpgp/gpgtar.test: Check if executable exists.
    
    GnuPG-bug-id: 2261
    Signed-off-by: Justus Winter <justus at g10code.com>

diff --git a/tests/openpgp/gpgtar.test b/tests/openpgp/gpgtar.test
index d92eeb1..daba514 100755
--- a/tests/openpgp/gpgtar.test
+++ b/tests/openpgp/gpgtar.test
@@ -33,6 +33,12 @@ GPGARGS="$opt_always --no-permission-warning"
 GPGTAR="../../tools/gpgtar"
 GPGZIP="sh ../../tools/gpg-zip"
 
+# Skip test if gpgtar has not been built.
+if ! test -x "$GPGTAR"
+then
+    exit 77
+fi
+
 # Create, inspect, and extract an archive with the given options.
 #
 # $1 the tool to test

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

Summary of changes:
 tests/openpgp/gpgtar.test | 6 ++++++
 1 file changed, 6 insertions(+)


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




More information about the Gnupg-commits mailing list