From: Anatol Belski Date: Wed, 11 Dec 2013 12:31:29 +0000 (+0100) Subject: fix dir separator in cve-2013-6420 test X-Git-Tag: php-5.3.29RC1~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f739318fd3dc04a01aec762d449949db481bf5d;p=php fix dir separator in cve-2013-6420 test --- 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