diff options
author | Rob Percival <robpercival@google.com> | 2017-01-13 20:06:03 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2017-02-22 16:40:30 +0100 |
commit | 505fb9996483b92220a09595030603c0b1752579 (patch) | |
tree | 020c16393668766e72d534efe75a0b0a615b30c5 /test/recipes/80-test_ca.t | |
parent | Documentation for the -precert flag for "openssl req" (diff) | |
download | openssl-505fb9996483b92220a09595030603c0b1752579.tar.xz openssl-505fb9996483b92220a09595030603c0b1752579.zip |
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.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_ca.t b/test/recipes/80-test_ca.t index 4766b8280d..e9ff318ff3 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'); } |