From: Sebastian Andrzej Siewior Date: Tue, 16 Jun 2020 21:50:26 +0000 (+0200) Subject: TEST: Pass -no-CAstore in 80-test_ocsp.t X-Git-Tag: openssl-3.0.0-alpha4~40 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a4e440d6477b40b04ce825dae14c7f27778ca8f1;p=oweals%2Fopenssl.git TEST: Pass -no-CAstore in 80-test_ocsp.t Without passing -no-CAstore the default CAstore will be used and the testsuite will fail the system has certificates installed. Fixes: #11645 Signed-off-by: Sebastian Andrzej Siewior Reviewed-by: Shane Lontis Reviewed-by: Tomas Mraz Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/12171) --- diff --git a/test/recipes/80-test_ocsp.t b/test/recipes/80-test_ocsp.t index 3aedd093e5..3727c360ba 100644 --- a/test/recipes/80-test_ocsp.t +++ b/test/recipes/80-test_ocsp.t @@ -45,7 +45,7 @@ sub test_ocsp { "-partial_chain", @check_time, "-CAfile", catfile($ocspdir, $CAfile), "-verify_other", catfile($ocspdir, $untrusted), - "-no-CApath"])), + "-no-CApath", "-no-CAstore"])), $title); }); }