aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/80-test_ca.t
diff options
context:
space:
mode:
authorRob Percival <robpercival@google.com>2017-01-13 19:06:03 +0000
committerRich Salz <rsalz@openssl.org>2017-02-22 10:40:30 -0500
commit505fb9996483b92220a09595030603c0b1752579 (patch)
tree020c16393668766e72d534efe75a0b0a615b30c5 /test/recipes/80-test_ca.t
parent7bb89f094de0fb544df77e5afca82ade9b413f7d (diff)
downloadopenssl-505fb9996483b92220a09595030603c0b1752579.zip
openssl-505fb9996483b92220a09595030603c0b1752579.tar.gz
openssl-505fb9996483b92220a09595030603c0b1752579.tar.bz2
Change CA.pl flag from --newprecert to --precert
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/843)
Diffstat (limited to 'test/recipes/80-test_ca.t')
-rw-r--r--test/recipes/80-test_ca.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t
index 4766b82..e9ff318 100644
--- a/test/recipes/80-test_ca.t
+++ b/test/recipes/80-test_ca.t
@@ -43,7 +43,7 @@ plan tests => 5;
'verifying new certificate');
$ENV{OPENSSL_CONFIG} = "-config ".srctop_file("test", "Uss.cnf");
- ok(run(perlapp(["CA.pl", "-newprecert"], stderr => undef)),
+ ok(run(perlapp(["CA.pl", "-precert"], stderr => undef)),
'creating new pre-certificate');
}