aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-09 09:55:24 -0500
committerJack Nagel2014-05-09 09:55:24 -0500
commit0b07fa8e28612e36726d3b947d7e7762a6fd7277 (patch)
tree4b2d17c3f37e3689b9846fc21c25ed81ee36f0d0 /Library
parentb6143dee3da221014f818f5c913fa652e8c0f29e (diff)
downloadhomebrew-0b07fa8e28612e36726d3b947d7e7762a6fd7277.tar.bz2
ruby-build: fix failing test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ruby-build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ruby-build.rb b/Library/Formula/ruby-build.rb
index cf150d466..6db0a71b1 100644
--- a/Library/Formula/ruby-build.rb
+++ b/Library/Formula/ruby-build.rb
@@ -17,6 +17,6 @@ class RubyBuild < Formula
end
test do
- system "#{bin}/ruby-build --version | grep #{version}"
+ system "#{bin}/ruby-build", "--version"
end
end