From: Andy Polyakov Date: Wed, 2 Aug 2017 21:28:34 +0000 (+0200) Subject: recipes/80-test_ca.t: make it work with spaces in pathnames. X-Git-Tag: OpenSSL_1_1_1-pre1~898 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=fbf9d108dfca2f578594c1f00bd9dbd2adca7505 recipes/80-test_ca.t: make it work with spaces in pathnames. Reviewed-by: Richard Levitte --- 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'); }