提交 a4c5f859 编写于 作者: R Richard Levitte

Fix the skip numbers in 80-test_ca.t

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2827)
上级 b6611753
...@@ -25,17 +25,17 @@ rmtree("demoCA", { safe => 0 }); ...@@ -25,17 +25,17 @@ rmtree("demoCA", { safe => 0 });
plan tests => 5; plan tests => 5;
SKIP: { SKIP: {
$ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "CAss.cnf").'"'; $ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "CAss.cnf").'"';
skip "failed creating CA structure", 3 skip "failed creating CA structure", 4
if !ok(run(perlapp(["CA.pl","-newca"], stdin => undef)), if !ok(run(perlapp(["CA.pl","-newca"], stdin => undef)),
'creating CA structure'); 'creating CA structure');
$ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"'; $ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"';
skip "failed creating new certificate request", 2 skip "failed creating new certificate request", 3
if !ok(run(perlapp(["CA.pl","-newreq"])), if !ok(run(perlapp(["CA.pl","-newreq"])),
'creating certificate request'); 'creating certificate request');
$ENV{OPENSSL_CONFIG} = '-config "'.$std_openssl_cnf.'"'; $ENV{OPENSSL_CONFIG} = '-config "'.$std_openssl_cnf.'"';
skip "failed to sign certificate request", 1 skip "failed to sign certificate request", 2
if !is(yes(cmdstr(perlapp(["CA.pl", "-sign"]))), 0, if !is(yes(cmdstr(perlapp(["CA.pl", "-sign"]))), 0,
'signing certificate request'); 'signing certificate request');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册