summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/ocsp-tests/ocsp-tls-connection7
1 files changed, 0 insertions, 7 deletions
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