aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/exiftool.rb
diff options
context:
space:
mode:
authorMisty De Meo2012-01-06 09:41:02 -0600
committerMisty De Meo2012-01-06 09:45:11 -0600
commitccdcbfdb43ee192c7aedeb8c6234b1a9d12f8bb1 (patch)
tree321a1b3379fdad56712f0bb6493a749e8a96b253 /Library/Formula/exiftool.rb
parent68a846560aec7e8d389c5cfd0d65f69c029e4bcf (diff)
downloadhomebrew-ccdcbfdb43ee192c7aedeb8c6234b1a9d12f8bb1.tar.bz2
exiftool: add test
Diffstat (limited to 'Library/Formula/exiftool.rb')
-rw-r--r--Library/Formula/exiftool.rb4
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