From 349b3107428d393580d9261f29afe8c700797b76 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Tue, 22 Sep 2015 16:02:50 +0100 Subject: [PATCH] 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 --- test/recipes/80-test_ocsp.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }); }