From: Matt Caswell Date: Tue, 22 Sep 2015 15:02:50 +0000 (+0100) Subject: Fix the OCSP test on Windows X-Git-Tag: OpenSSL_1_1_0-pre1~514 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=349b3107428d393580d9261f29afe8c700797b76;hp=40e2d76becd095c7cb2749ee1b33a7a336c8c17d Fix the OCSP test on Windows The windows test uses the pseudo file "nul" to indicate no file for the -CApath option. This does not work on all versions of Windows. Instead use the new -no-CApath option. Reviewed-by: Andy Polyakov --- diff --git a/test/recipes/80-test_ocsp.t b/test/recipes/80-test_ocsp.t index 7d7c96efe0..96e1220ed2 100644 --- a/test/recipes/80-test_ocsp.t +++ b/test/recipes/80-test_ocsp.t @@ -27,7 +27,7 @@ sub test_ocsp { "-partial_chain", @check_time, "-CAfile", catfile($ocspdir, $CAfile), "-verify_other", catfile($ocspdir, $CAfile), - "-CApath", devnull()]))), + "-no-CApath"]))), $title); }); }