exiftool: add test

master
Misty De Meo 2012-01-06 09:41:02 -06:00
parent 764804e025
commit cdb1f04788
1 changed files with 4 additions and 0 deletions

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