From e5cbafafef4fc36dd70448777547732e54e6748d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sun, 26 Mar 2017 10:07:13 +0200 Subject: ocsp-test: disable under windows This test was failing because datefudge couldn't run under win32. Signed-off-by: Nikos Mavrogiannopoulos --- tests/ocsp-tests/ocsp-test | 5 +++++ 1 file changed, 5 insertions(+) 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) -- cgit v1.2.1