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_9-168-g37fc1e8


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_9-168-g37fc1e8
Date: Wed, 17 Mar 2010 09:47:30 +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=37fc1e84575146c103a7e725d1868989dda261a0

The branch, master has been updated
       via  37fc1e84575146c103a7e725d1868989dda261a0 (commit)
      from  9c903a14e6767d6bea1a220a88574bd49e54fcbf (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 37fc1e84575146c103a7e725d1868989dda261a0
Author: Simon Josefsson <address@hidden>
Date:   Wed Mar 17 10:44:52 2010 +0100

    Skip test if datefudge is not available.

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

Summary of changes:
 tests/pkcs1-padding/pkcs1-pad |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/pkcs1-padding/pkcs1-pad b/tests/pkcs1-padding/pkcs1-pad
index 2926fe6..52c627b 100755
--- a/tests/pkcs1-padding/pkcs1-pad
+++ b/tests/pkcs1-padding/pkcs1-pad
@@ -28,7 +28,7 @@ CERTTOOL=${CERTTOOL:-../../src/certtool$EXEEXT}
 TSTAMP=`datefudge "2006-09-23" date -u +%s`
 if test "$TSTAMP" != "1158962400"; then
     echo "Cannot fake timestamps, please install datefudge..."
-    exit 1
+    exit 77
 fi
 
 # Test 1, PKCS#1 pad digestAlgorithm.parameters


hooks/post-receive
-- 
GNU gnutls




reply via email to

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