From 5c0c82c3f6e43b3c44d584f9c64cdc515fa30091 Mon Sep 17 00:00:00 2001 From: FdaSilvaYY Date: Tue, 11 Oct 2016 23:52:09 +0200 Subject: [PATCH] Fix copy-paste test labels Reviewed-by: Rich Salz Reviewed-by: Richard Levitte (cherry picked from commit 32804b04b8f3c889beebb6e63e14cc3ea4d8273c) --- test/recipes/80-test_ca.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'); } -- 2.25.1