summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2013-12-11 13:31:29 +0100
committerAnatol Belski <ab@php.net>2013-12-11 13:31:29 +0100
commit6f739318fd3dc04a01aec762d449949db481bf5d (patch)
tree98cceeb1886d96b01590f62676170d755ff2ee59
parent8650bbc8dc6c3b416454f5e38812430edbd438c6 (diff)
downloadphp-git-6f739318fd3dc04a01aec762d449949db481bf5d.tar.gz
fix dir separator in cve-2013-6420 test
-rw-r--r--ext/openssl/tests/cve-2013-6420.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/openssl/tests/cve-2013-6420.phpt b/ext/openssl/tests/cve-2013-6420.phpt
index b946cf0dd9..87c0210b2e 100644
--- a/ext/openssl/tests/cve-2013-6420.phpt
+++ b/ext/openssl/tests/cve-2013-6420.phpt
@@ -12,7 +12,7 @@ var_dump($info['issuer']['emailAddress'], $info["validFrom_time_t"]);
?>
Done
--EXPECTF--
-%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s/cve-2013-6420.php on line 3
+%s openssl_x509_parse(): illegal ASN1 data type for timestamp in %s%ecve-2013-6420.php on line 3
string(27) "stefan.esser@sektioneins.de"
int(-1)
Done