aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/bagit.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/bagit.rb b/Library/Formula/bagit.rb
index d7065fb27..6fcc1ebce 100644
--- a/Library/Formula/bagit.rb
+++ b/Library/Formula/bagit.rb
@@ -23,4 +23,8 @@ class Bagit < Formula
bin.install 'bin/bag'
(prefix+'conf').install 'bin/bag.classworlds.conf'
end
+
+ test do
+ system bin/'bag'
+ end
end