diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-24 13:57:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-24 14:09:43 +0200 |
commit | 5cee0fdcc503c53e7052fcf199db1fa0636fcf3f (patch) | |
tree | b4d81bdba773f85cc5e5b8c1c9d97f3f5f1a591f | |
parent | cf5c6898b5bc31472680ce0ac5fe07864559de02 (diff) | |
download | gnutls-5cee0fdcc503c53e7052fcf199db1fa0636fcf3f.tar.gz |
tests: ocsp-tls-connection: no longer check for netcat; it was not needed
-rwxr-xr-x | tests/ocsp-tests/ocsp-tls-connection | 7 |
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 |