diff options
| author | Jack Nagel | 2014-05-09 09:55:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-09 09:55:24 -0500 |
| commit | 0b07fa8e28612e36726d3b947d7e7762a6fd7277 (patch) | |
| tree | 4b2d17c3f37e3689b9846fc21c25ed81ee36f0d0 /Library/Formula | |
| parent | b6143dee3da221014f818f5c913fa652e8c0f29e (diff) | |
| download | homebrew-0b07fa8e28612e36726d3b947d7e7762a6fd7277.tar.bz2 | |
ruby-build: fix failing test
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ruby-build.rb | 2 |
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 |
