gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_4-4-g36db99c


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_4-4-g36db99c
Date: Mon, 07 Sep 2009 16:03:00 +0000

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 "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=36db99c522b5edb2221e9fd23f53f63aacd43f9f

The branch, master has been updated
       via  36db99c522b5edb2221e9fd23f53f63aacd43f9f (commit)
      from  d9633bbdfc9a244078d251ea62625909d5bfd794 (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 36db99c522b5edb2221e9fd23f53f63aacd43f9f
Author: Simon Josefsson <address@hidden>
Date:   Mon Sep 7 18:02:56 2009 +0200

    Don't use ! to negate exit status.
    Reported by "Tom G. Christensen" <address@hidden> in
    <http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3861>.

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

Summary of changes:
 tests/key-id/key-id |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/tests/key-id/key-id b/tests/key-id/key-id
index a7c7005..c6be220 100755
--- a/tests/key-id/key-id
+++ b/tests/key-id/key-id
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-# Copyright (C) 2007, 2008 Free Software Foundation
+# Copyright (C) 2007, 2008, 2009 Free Software Foundation
 #
 # Author: Simon Josefsson
 #
@@ -38,7 +38,10 @@ echo > tmpl
 $CERTTOOL $PARAMS --load-ca-certificate $srcdir/ca-weird-keyid.pem \
     --outfile user-weird-keyid.pem 2> /dev/null
 
-if ! $CERTTOOL -i < user-weird-keyid.pem | grep 
'7a2c7a6097460603cbfb28e8e219df18deeb4e0d'; then
+if $CERTTOOL -i < user-weird-keyid.pem \
+    | grep -q '7a2c7a6097460603cbfb28e8e219df18deeb4e0d'; then
+    :
+else
     echo "Could not find CA SKI in user certificate."
     exit 1;
 fi


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]