mirror of https://github.com/openssl/openssl.git
recipes/80-test_ca.t: make it work with spaces in pathnames.
Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
ddc6a5c8f5
commit
fbf9d108df
|
|
@ -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');
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue