aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:35:18 -0500
committerJack Nagel2013-03-26 00:02:37 -0500
commit52a57bdc1afe823e6860b3b09cf8e5d2fda8ac43 (patch)
treeb5cbc064ec06678446d06a3600dc6dfab506161e /Library
parente16a9b38c27cd4d6111b85fdd0f55a0e578dac1d (diff)
downloadhomebrew-52a57bdc1afe823e6860b3b09cf8e5d2fda8ac43.tar.bz2
hamlib: fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/hamlib.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/hamlib.rb b/Library/Formula/hamlib.rb
index 57e5b97ba..6bee052d2 100644
--- a/Library/Formula/hamlib.rb
+++ b/Library/Formula/hamlib.rb
@@ -15,7 +15,7 @@ class Hamlib < Formula
system "make install"
end
- def test
- system "#{bin}/rigctl -V"
+ test do
+ system "#{bin}/rigctl", "-V"
end
end