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_11_6-325-g0ce9d56


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_11_6-325-g0ce9d56
Date: Sat, 19 Mar 2011 11:27:13 +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=0ce9d5617e88824df394b56f00317643bee24efc

The branch, master has been updated
       via  0ce9d5617e88824df394b56f00317643bee24efc (commit)
      from  ad2061deafdd7db78fd405f9d143b0a7c579da7b (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 0ce9d5617e88824df394b56f00317643bee24efc
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sat Mar 19 12:27:07 2011 +0100

    make gnutls-cli more quiet.

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

Summary of changes:
 tests/dsa/testdsa |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa
index 239c4e2..94ad95e 100755
--- a/tests/dsa/testdsa
+++ b/tests/dsa/testdsa
@@ -72,7 +72,7 @@ $SERV -p $PORT --priority "NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0" 
--x509certfile $sr
 # give the server a chance to initialize
 sleep 2
 
-$CLI -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null && \
+$CLI -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null 2>&1 && \
   fail "Succeeded connection to a server with DSA 2048 key and TLS 1.0. Should 
have failed!"
 
 kill %1
@@ -102,7 +102,7 @@ $SERV -p $PORT --priority 
"NORMAL:-VERS-TLS-ALL:+VERS-TLS1.0" --x509certfile $sr
 # give the server a chance to initialize
 sleep 2
 
-$CLI -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null && \
+$CLI -p $PORT 127.0.0.1 --insecure </dev/null >/dev/null 2>&1 && \
   fail "Succeeded connection to a server with DSA 2048 key and TLS 1.0. Should 
have failed!"
 
 kill %1


hooks/post-receive
-- 
GNU gnutls



reply via email to

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