diff options
author | Anatol Belski <ab@php.net> | 2014-12-01 18:55:20 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-01 18:55:20 +0100 |
commit | b6d624e54ee387e97001ee5269f05332b2cb39f3 (patch) | |
tree | b939723cbc6db5fe318255a62d69f4fcaec8ea24 /ext | |
parent | cb6dea6ea81eab46d54a0511da24fbd6eee1abe6 (diff) | |
download | php-git-b6d624e54ee387e97001ee5269f05332b2cb39f3.tar.gz |
fix dir separator in test
Diffstat (limited to 'ext')
-rw-r--r-- | ext/spl/tests/bug66405.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/spl/tests/bug66405.phpt b/ext/spl/tests/bug66405.phpt index 40f03ffc55..3e29b91abe 100644 --- a/ext/spl/tests/bug66405.phpt +++ b/ext/spl/tests/bug66405.phpt @@ -54,6 +54,6 @@ rmdir($td); ?> --EXPECTF-- Bug66405 file3.csv -string %s/bug66405/file1.txt -string %s/bug66405/file2.md -string %s/bug66405/testsubdir/file3.csv +string %s%ebug66405%efile1.txt +string %s%ebug66405%efile2.md +string %s%ebug66405%etestsubdir%efile3.csv |