diff options
Diffstat (limited to 'tests/file.test')
-rwxr-xr-x | tests/file.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/file.test b/tests/file.test index 90acfa4c..7cf84981 100755 --- a/tests/file.test +++ b/tests/file.test @@ -36,7 +36,7 @@ testing "7z file" "file $FILES/tar/tar.7z | sed 's|$FILES/||'" \ testing "zip file" "file $FILES/zip/example.zip | sed 's|$FILES/||'" \ "zip/example.zip: Zip archive data, requires at least v1.0 to extract\n" "" "" echo R0lGODlhIAAgAMZHAAAAABYWFiYmJioqKi4uLjIy | base64 -d > gif -testing "gif file" "file gif" "gif: GIF image data, 32 x 32\n" "" "" +testing "gif file" "file gif" "gif: GIF image data, version 89a, 32 x 32\n" "" "" rm -f gif # TODO: check in a genuine minimal .dex |