]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected issue with a not-yet-valid certificate
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 13 Nov 2013 15:47:32 +0000 (16:47 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 13 Nov 2013 15:47:50 +0000 (16:47 +0100)
tests/suite/testcompat
tests/suite/testcompat-main

index 68c513bc3edb0323037dcf204941a9558e636b9b..2fc6fee8f855043cf92b67979c0fa573a670c2d8 100755 (executable)
@@ -39,4 +39,4 @@ if test "$TSTAMP" != "1158969600"; then
     exit 77
 fi
 
-datefudge "2007-04-22" ./testcompat-main
+datefudge "2011-06-22" ./testcompat-main
index 86a745f913cb2fec5a1ab7ff4fe70c5fc742975d..84321346ad0d6c40126a0325a4821ba1985e3f12 100755 (executable)
@@ -542,7 +542,7 @@ wait_server $PID
 
 
 
-$OPENSSL_CLI s_client  -host localhost -port $PORT -dtls1 -cert $CLI_CERT -key $CLI_KEY -CAfile $CA_CERT </dev/null | grep "\:error\:" && \
+$OPENSSL_CLI s_client  -host localhost -port $PORT -dtls1 -cert $CLI_CERT -key $CLI_KEY -CAfile $CA_CERT </dev/null 2>&1 | grep "\:error\:" && \
   fail $PID "Failed"
 
 kill $PID