From fbf9d108dfca2f578594c1f00bd9dbd2adca7505 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 2 Aug 2017 23:28:34 +0200 Subject: [PATCH] recipes/80-test_ca.t: make it work with spaces in pathnames. Reviewed-by: Richard Levitte --- test/recipes/80-test_ca.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index f62d9d59ed..4c470fbfe2 100644 --- a/test/recipes/80-test_ca.t +++ b/test/recipes/80-test_ca.t @@ -46,7 +46,7 @@ plan tests => 5; skip "CT not configured, can't use -precert", 1 if disabled("ct"); - $ENV{OPENSSL_CONFIG} = "-config ".srctop_file("test", "Uss.cnf"); + $ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"'; ok(run(perlapp(["CA.pl", "-precert"], stderr => undef)), 'creating new pre-certificate'); } -- 2.25.1