]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: ocsp-tls-connection: no longer check for netcat; it was not needed
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 24 Aug 2016 11:57:00 +0000 (13:57 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Wed, 24 Aug 2016 12:09:43 +0000 (14:09 +0200)
tests/ocsp-tests/ocsp-tls-connection

index cfaee8b497016ddd9d0bab7bdc4cad753a1c9e5c..580743a9c1e1f4fe599864b296731a1a9980ecc8 100755 (executable)
@@ -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