diff options
author | Elliott Hughes <enh@google.com> | 2020-06-16 09:33:44 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-06-16 21:13:05 -0500 |
commit | 399c73488b0e554ee9bf3bd83ea6900aa516f774 (patch) | |
tree | 8cf72be063fa7db7ed10f928efa4683af9e88bb5 /tests | |
parent | 718d73c023b765f1434edb5def188847b4cc044a (diff) | |
download | toybox-399c73488b0e554ee9bf3bd83ea6900aa516f774.tar.gz |
file: add GIF version information.
This let me compare against the host for #225.
Diffstat (limited to 'tests')
-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 |