exiftool: add test

This commit is contained in:
Misty De Meo 2012-01-06 09:41:02 -06:00
parent 764804e025
commit cdb1f04788

View file

@ -24,4 +24,8 @@ dirname_unlinked_exiftool=$(dirname $dirname_exiftool/$readlink_exiftool)
$dirname_unlinked_exiftool/../libexec/exiftool "$@"
EOBIN
end
def test
system "#{libexec}/exiftool"
end
end