diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/exiftool.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/exiftool.rb b/Library/Formula/exiftool.rb index 7d4881ee1..9abe952bc 100644 --- a/Library/Formula/exiftool.rb +++ b/Library/Formula/exiftool.rb @@ -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 |
