diff options
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 |
