Skip to content

Commit 6f73931

Browse files
committed
fix dir separator in cve-2013-6420 test
1 parent 8650bbc commit 6f73931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/openssl/tests/cve-2013-6420.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var_dump($info['issuer']['emailAddress'], $info["validFrom_time_t"]);
1212
?>
1313
Done
1414
--EXPECTF--
15-
%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s/cve-2013-6420.php on line 3
15+
%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s%ecve-2013-6420.php on line 3
1616
string(27) "stefan.esser@sektioneins.de"
1717
int(-1)
1818
Done

0 commit comments

Comments
 (0)