From: Anatol Belski Date: Fri, 4 Nov 2016 17:29:54 +0000 (+0100) Subject: fix dir separator in test X-Git-Tag: php-5.6.29RC1~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=617f38b0e04d84b1dcc7183bd5e44f1025c0b925;p=php fix dir separator in test --- diff --git a/ext/standard/tests/streams/user-stream-error.phpt b/ext/standard/tests/streams/user-stream-error.phpt index e7351b4916..d6eb741010 100644 --- a/ext/standard/tests/streams/user-stream-error.phpt +++ b/ext/standard/tests/streams/user-stream-error.phpt @@ -13,4 +13,4 @@ fopen('mystream://foo', 'r'); echo 'Done'; --EXPECTF-- -Fatal error: Call to undefined function _some_undefined_function() in %s/user-stream-error.php on line %d +Fatal error: Call to undefined function _some_undefined_function() in %s%euser-stream-error.php on line %d