diff options
| author | Mike McQuaid | 2014-11-02 09:51:03 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-11-02 09:51:34 +0000 |
| commit | 3cb2e798b3e8a75d778d5fd1e956422e49cfb887 (patch) | |
| tree | 40a776185502fd077b3796821ccbadca2da65fe6 /Library/Formula | |
| parent | 7f8b72ea69fccd9a334aea4269b56f41aff42dc3 (diff) | |
| download | homebrew-3cb2e798b3e8a75d778d5fd1e956422e49cfb887.tar.bz2 | |
with-readline: improve test.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/with-readline.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/with-readline.rb b/Library/Formula/with-readline.rb index 69d1f9307..adc8c379d 100644 --- a/Library/Formula/with-readline.rb +++ b/Library/Formula/with-readline.rb @@ -24,8 +24,6 @@ class WithReadline < Formula end test do - # Some test is better than no test - system bin/"with-readline", "--version" - system bin/"echo 'exit' | with-readline expect" + system "echo 'exit' | #{bin}/with-readline /usr/bin/expect" end end |
