From: Nikos Mavrogiannopoulos Date: Sat, 19 Mar 2011 11:27:07 +0000 (+0100) Subject: make gnutls-cli more quiet. X-Git-Tag: gnutls_2_99_0~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ce9d5617e88824df394b56f00317643bee24efc;p=thirdparty%2Fgnutls.git make gnutls-cli more quiet. --- diff --git a/tests/dsa/testdsa b/tests/dsa/testdsa index 239c4e22b2..94ad95eeab 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 && \ +$CLI -p $PORT 127.0.0.1 --insecure /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 && \ +$CLI -p $PORT 127.0.0.1 --insecure /dev/null 2>&1 && \ fail "Succeeded connection to a server with DSA 2048 key and TLS 1.0. Should have failed!" kill %1