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:08:12 +0200
commite5cbafafef4fc36dd70448777547732e54e6748d (patch)
tree24ce8020c374851416b0c736127986e9f9a43878
parentb9b3b8671a899d76b36b49feb7962f2bee55dc0d (diff)
downloadgnutls-e5cbafafef4fc36dd70448777547732e54e6748d.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 e3a3ef5613..1b4972f635 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)