Skip to content

Commit 9511f3b

Browse files
committed
Fix 52_ocsp_revoked (OCSP --> CRL)
1 parent d80e0e9 commit 9511f3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/52_ocsp_revoked.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ system("@args") == 0
3131
or die ("FAILED: \"@args\" ");
3232
$cat_csv=`cat $csv`;
3333

34-
# Is the certificate revoked?
35-
like($cat_csv, qr/"cert_ocspRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked");
34+
# Is the certificate revoked? (formerly: OCSP, now: CRL)
35+
like($cat_csv, qr/"cert_crlRevoked".*"CRITICAL","revoked"/,"The certificate should be revoked");
3636
$tests++;
3737
unlink $csv;
3838

0 commit comments

Comments
 (0)