Fix the OCSP test on Windows
[openssl.git] / test / recipes / 80-test_ocsp.t
index 7d7c96efe055922a7a6ae7157551ce667e8e5f56..96e1220ed20c5ca8129d036362c6c65485215780 100644 (file)
@@ -27,7 +27,7 @@ sub test_ocsp {
                                "-partial_chain", @check_time,
                                "-CAfile", catfile($ocspdir, $CAfile),
                                "-verify_other", catfile($ocspdir, $CAfile),
                                "-partial_chain", @check_time,
                                "-CAfile", catfile($ocspdir, $CAfile),
                                "-verify_other", catfile($ocspdir, $CAfile),
-                               "-CApath", devnull()]))),
+                               "-no-CApath"]))),
                  $title); });
 }
 
                  $title); });
 }