diff options
| author | Jack Nagel | 2013-03-25 13:35:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-03-26 00:02:37 -0500 |
| commit | 52a57bdc1afe823e6860b3b09cf8e5d2fda8ac43 (patch) | |
| tree | b5cbc064ec06678446d06a3600dc6dfab506161e /Library/Formula | |
| parent | e16a9b38c27cd4d6111b85fdd0f55a0e578dac1d (diff) | |
| download | homebrew-52a57bdc1afe823e6860b3b09cf8e5d2fda8ac43.tar.bz2 | |
hamlib: fix test
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hamlib.rb | 4 |
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 |
