From: Pierre Joye Date: Sun, 24 Jan 2010 17:57:40 +0000 (+0000) Subject: - fix test, dir separator agnostic X-Git-Tag: php-5.4.0alpha1~191^2~2044 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4582ac28158ba265af6985310c82faf0ad2cd4e;p=php - fix test, dir separator agnostic --- diff --git a/ext/standard/tests/streams/stream_resolve_include_path.phpt b/ext/standard/tests/streams/stream_resolve_include_path.phpt index 2f20ef3aca..dce69864f9 100644 --- a/ext/standard/tests/streams/stream_resolve_include_path.phpt +++ b/ext/standard/tests/streams/stream_resolve_include_path.phpt @@ -32,5 +32,5 @@ rmdir($include_path); Warning: stream_resolve_include_path() expects at least 1 parameter, 0 given in %s on line %d NULL bool(false) -%unicode|string%(%d) "%s/test_path/file" -%unicode|string%(%d) "%s/test_path/nested/file" +%unicode|string%(%d) "%stest_path%sfile" +%unicode|string%(%d) "%stest_path%snested%sfile"