diff options
Diffstat (limited to 'Library/Formula/pike.rb')
| -rw-r--r-- | Library/Formula/pike.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/pike.rb b/Library/Formula/pike.rb index db645e19a..3dcd8a611 100644 --- a/Library/Formula/pike.rb +++ b/Library/Formula/pike.rb @@ -108,8 +108,6 @@ class Pike < Formula } EOS - out = `#{bin}/pike #{path}` - assert_equal "0123456789", out - assert_equal 0, $?.exitstatus + assert_equal "0123456789", shell_output("#{bin}/pike #{path}").strip end end |
