From 399c73488b0e554ee9bf3bd83ea6900aa516f774 Mon Sep 17 00:00:00 2001
From: Elliott Hughes <enh@google.com>
Date: Tue, 16 Jun 2020 09:33:44 -0700
Subject: file: add GIF version information.

This let me compare against the host for #225.
---
 tests/file.test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests')

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
-- 
cgit v1.2.3