exiftool: improve test

This commit is contained in:
Zhiming Wang 2016-09-29 10:21:57 -04:00
parent 15484685dd
commit 6a5f50657d

View file

@ -29,6 +29,8 @@ class Exiftool < Formula
end end
test do test do
system bin/"exiftool" test_image = test_fixtures("test.jpg")
assert_match %r{MIME Type\s+: image/jpeg},
shell_output("#{bin}/exiftool #{test_image}")
end end
end end