aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-03-25 13:34:45 -0500
committerJack Nagel2013-03-26 00:02:34 -0500
commit2a8093ef9eea88a5a191977b39ce7319504b0226 (patch)
treed736022de3bd8aa486f5d83eb3bd27cf0f808504 /Library
parent463cfe06139b54dae85e393de7fb12bcf2aad80c (diff)
downloadhomebrew-2a8093ef9eea88a5a191977b39ce7319504b0226.tar.bz2
crosstool-ng: fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/crosstool-ng.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/crosstool-ng.rb b/Library/Formula/crosstool-ng.rb
index 99be472e4..6cbd8fcd0 100644
--- a/Library/Formula/crosstool-ng.rb
+++ b/Library/Formula/crosstool-ng.rb
@@ -34,8 +34,8 @@ class CrosstoolNg < Formula
system "make install"
end
- def test
- system "#{bin}/ct-ng version"
+ test do
+ system "#{bin}/ct-ng", "version"
end
def caveats; <<-EOS.undent