projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddc6a5c
)
recipes/80-test_ca.t: make it work with spaces in pathnames.
author
Andy Polyakov
<appro@openssl.org>
Wed, 2 Aug 2017 21:28:34 +0000
(23:28 +0200)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 3 Aug 2017 19:28:26 +0000
(21:28 +0200)
Reviewed-by: Richard Levitte <levitte@openssl.org>
test/recipes/80-test_ca.t
patch
|
blob
|
history
diff --git
a/test/recipes/80-test_ca.t
b/test/recipes/80-test_ca.t
index f62d9d59ed764af790b004cea0ec71eaaf06ace0..4c470fbfe26c1cc5f973d8f1313b68137d3c5d52 100644
(file)
--- 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');
}