From f5aa7da785bce7e118912be0933a09028c474913 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Sun, 24 Jan 2010 17:57:40 +0000 Subject: [PATCH] - fix test, dir separator agnostic --- ext/standard/tests/streams/stream_resolve_include_path.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1