]> 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 2f20ef3aca2d0746fc5805e95942111269aead41..dce69864f9b2f27558682b5c6cac4aa7309f7e89 100644 (file)
@@ -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"