aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ca.t
diff options
context:
space:
mode:
authorFdaSilvaYY <fdasilvayy@gmail.com>2016-10-11 23:52:09 +0200
committerRichard Levitte <levitte@openssl.org>2016-10-13 13:40:19 +0200
commit32804b04b8f3c889beebb6e63e14cc3ea4d8273c (patch)
treeaf395e19c5e6e3ebdbd4f51857c0e1c60645ce17 /test/recipes/80-test_ca.t
parent38be1ea85515a34b3f7285134bdfc1f88082331b (diff)
downloadopenssl-32804b04b8f3c889beebb6e63e14cc3ea4d8273c.zip
openssl-32804b04b8f3c889beebb6e63e14cc3ea4d8273c.tar.gz
openssl-32804b04b8f3c889beebb6e63e14cc3ea4d8273c.tar.bz2
Fix copy-paste test labels
Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/recipes/80-test_ca.t')
-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 f4c01d5..28a090e 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');
}