mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix copy-paste test labels
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
38be1ea855
commit
32804b04b8
@ -32,7 +32,7 @@ plan tests => 4;
|
||||
$ENV{OPENSSL_CONFIG} = '-config "'.srctop_file("test", "Uss.cnf").'"';
|
||||
skip "failed creating new certificate request", 2
|
||||
if !ok(run(perlapp(["CA.pl","-newreq"])),
|
||||
'creating CA structure');
|
||||
'creating certificate request');
|
||||
|
||||
$ENV{OPENSSL_CONFIG} = '-config "'.$std_openssl_cnf.'"';
|
||||
skip "failed to sign certificate request", 1
|
||||
@ -40,7 +40,7 @@ plan tests => 4;
|
||||
'signing certificate request');
|
||||
|
||||
ok(run(perlapp(["CA.pl", "-verify", "newcert.pem"])),
|
||||
'verifying new certificate');
|
||||
'verifying new certificate');
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user