summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-10-11 23:52:09 +0200
committerRichard Levitte <richard@levitte.org>2016-10-13 13:42:03 +0200
commit5c0c82c3f6e43b3c44d584f9c64cdc515fa30091 (patch)
treec099a53894042ea5c5fe7f06f010e1e7c1203ab2 /test
parent8934b0949c95eb865935481b9adf4f475a5b7aa9 (diff)
Fix copy-paste test labels
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (cherry picked from commit 32804b04b8f3c889beebb6e63e14cc3ea4d8273c)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ca.t4
1 files 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');
}