From: FdaSilvaYY Date: Tue, 11 Oct 2016 21:52:09 +0000 (+0200) Subject: Fix copy-paste test labels X-Git-Tag: OpenSSL_1_1_1-pre1~3380 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=32804b04b8f3c889beebb6e63e14cc3ea4d8273c Fix copy-paste test labels Reviewed-by: Rich Salz Reviewed-by: Richard Levitte --- diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index f4c01d5fa2..28a090ea7d 100644 --- a/test/recipes/80-test_ca.t +++ b/test/recipes/80-test_ca.t @@ -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'); }