summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-11-24 17:44:05 +0100
committerAnatol Belski <ab@php.net>2016-11-24 17:44:05 +0100
commit4c00c5ebeddd8951e929024b5a0481ab529959e9 (patch)
tree7896e35e42ec5153ad457e6a3d435a5d66dfc373
parent31a3956053f9a6f8878ba471768c897f20ee45aa (diff)
downloadphp-git-4c00c5ebeddd8951e929024b5a0481ab529959e9.tar.gz
fix test
-rw-r--r--ext/fileinfo/tests/finfo_file_regex.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fileinfo/tests/finfo_file_regex.phpt b/ext/fileinfo/tests/finfo_file_regex.phpt
index 407280cf2a..d6c027d133 100644
--- a/ext/fileinfo/tests/finfo_file_regex.phpt
+++ b/ext/fileinfo/tests/finfo_file_regex.phpt
@@ -25,5 +25,5 @@ var_dump( finfo_file( $finfo, $file, FILEINFO_CONTINUE ) );
--EXPECTF--
*** Testing finfo_file() : regex rules ***
string(28) "text/plain; charset=us-ascii"
-string(40) "awk or perl script, ASCII text\012- data"
+string(%d) "awk%sscript, ASCII text\012- data"
===DONE===