aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_tests')
-rw-r--r--tcl_tests/ca.try3
1 files changed, 1 insertions, 2 deletions
diff --git a/tcl_tests/ca.try b/tcl_tests/ca.try
index 249923b..7da25de 100644
--- a/tcl_tests/ca.try
+++ b/tcl_tests/ca.try
@@ -88,8 +88,7 @@ test -skip {![file exists test.crl]} "Verifying CRL OK" {
test -skip {![file exists test.crl]} "Verifying corrupted CRL" {
makeFile "badcrl.pem" [hackPem "\01\x1E" [getFile test.crl] "\01\0"]
grep verify [openssl "crl -in badcrl.pem -noout -CAfile $::test::ca/cacert.pem"]
-} 0 "verify failure
-"
+} -1 "verify failure"
test "Verifying CA certificate" {
grep "(cacert.pem|error|OK)" [openssl "verify -CAfile $::test::ca/cacert.pem $::test::ca/cacert.pem"]