From: Anatol Belski Date: Sun, 30 Jul 2017 15:51:27 +0000 (+0200) Subject: remove dup of the binary file, rely on a test runtime copy instead X-Git-Tag: php-7.2.0beta2~13^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eab66f906836b52a10abe942cd1c8b08f118c3f9;p=php remove dup of the binary file, rely on a test runtime copy instead --- diff --git "a/ext/fileinfo/tests/67647\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.mov" "b/ext/fileinfo/tests/67647\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.mov" deleted file mode 100644 index e119013fb1..0000000000 Binary files "a/ext/fileinfo/tests/67647\347\247\201\343\201\257\343\202\254\343\203\251\343\202\271\343\202\222\351\243\237\343\201\271\343\202\211\343\202\214\343\201\276\343\201\231.mov" and /dev/null differ diff --git a/ext/fileinfo/tests/bug67647-mb.phpt b/ext/fileinfo/tests/bug67647-mb.phpt index 611c4ab4d6..b8c82db793 100644 --- a/ext/fileinfo/tests/bug67647-mb.phpt +++ b/ext/fileinfo/tests/bug67647-mb.phpt @@ -1,16 +1,38 @@ --TEST-- Bug #67647: Bundled libmagic 5.17 does not detect quicktime files correctly --SKIPIF-- - + --FILE-- file($f)); + ?> +++DONE+++ +--CLEAN-- + --EXPECT-- string(15) "video/quicktime" +++DONE+++