We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80e0e9 commit 9511f3bCopy full SHA for 9511f3b
1 file changed
t/52_ocsp_revoked.t
@@ -31,8 +31,8 @@ system("@args") == 0
31
or die ("FAILED: \"@args\" ");
32
$cat_csv=`cat $csv`;
33
34
-# Is the certificate revoked?
35
-like($cat_csv, qr/"cert_ocspRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked");
+# Is the certificate revoked? (formerly: OCSP, now: CRL)
+like($cat_csv, qr/"cert_crlRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked");
36
$tests++;
37
unlink $csv;
38
0 commit comments