diff options
author | Anatol Belski <ab@php.net> | 2014-12-01 19:10:44 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-01 19:10:44 +0100 |
commit | 6ae09ddf4993a5ae362461c05e84076e0e66639d (patch) | |
tree | e67d2918c15b5172955d19ad3aef97e13d2d6cb7 | |
parent | 65ad2aadeaba73fbb540f308a6dc72504ae80e5a (diff) | |
parent | c45fcfd063e0265c5c85077f2298e899022d3445 (diff) | |
download | php-git-6ae09ddf4993a5ae362461c05e84076e0e66639d.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
one more refix to the test
-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 3e29b91abe..b34e7b5074 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%ebug66405%efile1.txt -string %s%ebug66405%efile2.md -string %s%ebug66405%etestsubdir%efile3.csv +string %sbug66405%efile1.txt +string %sbug66405%efile2.md +string %sbug66405%etestsubdir%efile3.csv |