summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-26 10:07:13 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2017-03-26 10:07:15 +0200
commit90d5ad5a42759957866ba1d9c96f5dccfd3ea1cc (patch)
tree6edc4307f55d05471976f3cdf608ae398b26cf19
parentad23b544231dca8a3eb1b9b40f5b3e22bb78fc8a (diff)
downloadgnutls-90d5ad5a42759957866ba1d9c96f5dccfd3ea1cc.tar.gz
ocsp-test: disable under windows
This test was failing because datefudge couldn't run under win32. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rwxr-xr-xtests/ocsp-tests/ocsp-test5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ocsp-tests/ocsp-test b/tests/ocsp-tests/ocsp-test
index f481e13131..ba201704ba 100755
--- a/tests/ocsp-tests/ocsp-test
+++ b/tests/ocsp-tests/ocsp-test
@@ -38,6 +38,11 @@ if test "$TSTAMP" != "1158969600"; then
exit 77
fi
+# datefudge fails under win32
+if test "${WINDIR}" != ""; then
+ exit 77
+fi
+
# Note that in rare cases this test may fail because the
# time set using datefudge could have changed since the generation
# (if example the system was busy)