summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2016-01-13 17:08:03 -0500
committerViktor Dukhovni <openssl-users@dukhovni.org>2016-01-13 17:55:17 -0500
commitd9e309a675900030d7308e36f614962a344816f9 (patch)
tree103a93ac505de744b4174c7b062b846bb81a3d1c /test
parent126d686400b832a712fbcee2308b317e35e759bb (diff)
Fix verify(1) to report failure when verification fails
Regenerated expired test certificates, good for the next 100 years. Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
Diffstat (limited to 'test')
-rw-r--r--test/recipes/25-test_verify.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/recipes/25-test_verify.t b/test/recipes/25-test_verify.t
index 7c0f091e10..923bda0c4f 100644
--- a/test/recipes/25-test_verify.t
+++ b/test/recipes/25-test_verify.t
@@ -13,6 +13,5 @@ plan skip_all => "no rehash.time was found."
plan tests => 1;
-note("Expect some failures and expired certificate");
ok(run(app(["openssl", "verify", "-CApath", top_dir("certs", "demo"),
- glob(top_file("certs", "demo", "*.pem"))])), "verying demo certs");
+ glob(top_file("certs", "demo", "*.pem"))])), "verifying demo certs");