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~397 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5aa7da785bce7e118912be0933a09028c474913;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 01c05a5ca2..aea5cdd96c 100644 --- a/ext/standard/tests/streams/stream_resolve_include_path.phpt +++ b/ext/standard/tests/streams/stream_resolve_include_path.phpt @@ -32,6 +32,6 @@ rmdir($include_path); Warning: stream_resolve_include_path() expects exactly 1 parameter, 0 given in %s on line %d NULL bool(false) -string(%d) "%s/test_path/file" -string(%d) "%s/test_path/nested/file" +string(%d) "%stest_path%sfile" +string(%d) "%stest_path%snested%sfile"