From: Nikos Mavrogiannopoulos Date: Wed, 24 Aug 2016 11:57:00 +0000 (+0200) Subject: tests: ocsp-tls-connection: no longer check for netcat; it was not needed X-Git-Tag: gnutls_3_5_4~62 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cee0fdcc503c53e7052fcf199db1fa0636fcf3f;p=thirdparty%2Fgnutls.git tests: ocsp-tls-connection: no longer check for netcat; it was not needed --- diff --git a/tests/ocsp-tests/ocsp-tls-connection b/tests/ocsp-tests/ocsp-tls-connection index cfaee8b497..580743a9c1 100755 --- a/tests/ocsp-tests/ocsp-tls-connection +++ b/tests/ocsp-tests/ocsp-tls-connection @@ -53,13 +53,6 @@ if ! test -x "${OPENSSL}"; then exit 77 fi -# Check for netcat -NETCAT=`which nc` -if ! test -x "${NETCAT}"; then - echo "You need nc to run this test." - exit 77 -fi - # Check for datefudge TSTAMP=`datefudge "2006-09-23" date -u +%s || true` if test "$TSTAMP" != "1158969600"; then