From a4e440d6477b40b04ce825dae14c7f27778ca8f1 Mon Sep 17 00:00:00 2001 From: Sebastian Andrzej Siewior Date: Tue, 16 Jun 2020 23:50:26 +0200 Subject: [PATCH] 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) --- 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 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); }); } -- 2.25.1