]> granicus.if.org Git - php/commitdiff
- fix test, dir separator agnostic
authorPierre Joye <pajoye@php.net>
Sun, 24 Jan 2010 17:57:40 +0000 (17:57 +0000)
committerPierre Joye <pajoye@php.net>
Sun, 24 Jan 2010 17:57:40 +0000 (17:57 +0000)
ext/standard/tests/streams/stream_resolve_include_path.phpt

index 01c05a5ca2d4a5624a046fde72a78b201e90698c..aea5cdd96ca89f0d055bdef47d6f155261eeeedb 100644 (file)
@@ -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"