提交 fbf9d108 编写于 作者: A Andy Polyakov

recipes/80-test_ca.t: make it work with spaces in pathnames.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 ddc6a5c8
......@@ -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');
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册