Skip to content

Commit 6047f21

Browse files
authored
Merge pull request #2823 from testssl/fix_revocation_unittest
Fix 52_ocsp_revoked (OCSP --> CRL)
2 parents 6173d80 + c4c89db commit 6047f21

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)