- fix test, dir separator agnostic

This commit is contained in:
Pierre Joye 2010-01-24 17:57:40 +00:00
parent ce14d8cd5b
commit f5aa7da785

View 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"