aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/recipes/80-test_ca.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index b044163283..f57fb3cdb6 100644
--- a/test/recipes/80-test_ca.t
+++ b/test/recipes/80-test_ca.t
@@ -21,12 +21,12 @@ remove_tree("demoCA", { safe => 0 });
plan tests => 4;
SKIP: {
- $ENV{SSLEAY_CONFIG} = "-config CAss.cnf";
+ $ENV{SSLEAY_CONFIG} = "-config ".top_file("test", "CAss.cnf");
skip "failed creating CA structure", 3
if !is(system("$perl ".$CA_pl." -newca < ".devnull()." 2>&1"), 0,
'creating CA structure');
- $ENV{SSLEAY_CONFIG} = "-config Uss.cnf";
+ $ENV{SSLEAY_CONFIG} = "-config ".top_file("test", "Uss.cnf");
skip "failed creating new certificate request", 2
if !is(system("$perl ".$CA_pl." -newreq 2>&1"), 0,
'creating new certificate request');