From 3cb2e798b3e8a75d778d5fd1e956422e49cfb887 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 2 Nov 2014 09:51:03 +0000 Subject: with-readline: improve test. --- Library/Formula/with-readline.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3