exiftool: add test
This commit is contained in:
parent
764804e025
commit
cdb1f04788
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue