summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-09-22 16:02:50 +0100
committerMatt Caswell <matt@openssl.org>2015-09-25 14:50:00 +0100
commit349b3107428d393580d9261f29afe8c700797b76 (patch)
tree8a1c9bda54ab3956010d9635ab3160b5688befbf /test
parent40e2d76becd095c7cb2749ee1b33a7a336c8c17d (diff)
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 <appro@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ocsp.t2
1 files changed, 1 insertions, 1 deletions
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); });
}