aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-11-02 09:51:03 +0000
committerMike McQuaid2014-11-02 09:51:34 +0000
commit3cb2e798b3e8a75d778d5fd1e956422e49cfb887 (patch)
tree40a776185502fd077b3796821ccbadca2da65fe6
parent7f8b72ea69fccd9a334aea4269b56f41aff42dc3 (diff)
downloadhomebrew-3cb2e798b3e8a75d778d5fd1e956422e49cfb887.tar.bz2
with-readline: improve test.
-rw-r--r--Library/Formula/with-readline.rb4
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