From 4c00c5ebeddd8951e929024b5a0481ab529959e9 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 24 Nov 2016 17:44:05 +0100 Subject: [PATCH] fix test --- ext/fileinfo/tests/finfo_file_regex.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=== -- 2.49.0