aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ca.t
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2017-08-02 23:28:34 +0200
committerAndy Polyakov <appro@openssl.org>2017-08-03 21:28:26 +0200
commitfbf9d108dfca2f578594c1f00bd9dbd2adca7505 (patch)
treef6e35f98de2544707f5afdfdf1d1a24b6bbe28eb /test/recipes/80-test_ca.t
parentddc6a5c8f5900959bdbdfee79e1625a3f7808acd (diff)
downloadopenssl-fbf9d108dfca2f578594c1f00bd9dbd2adca7505.zip
openssl-fbf9d108dfca2f578594c1f00bd9dbd2adca7505.tar.gz
openssl-fbf9d108dfca2f578594c1f00bd9dbd2adca7505.tar.bz2
recipes/80-test_ca.t: make it work with spaces in pathnames.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ca.t')
-rw-r--r--test/recipes/80-test_ca.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index f62d9d5..4c470fb 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');
}