aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/elinks.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/elinks.rb')
-rw-r--r--Library/Formula/elinks.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/elinks.rb b/Library/Formula/elinks.rb
index c161935b2..7ad6d4f44 100644
--- a/Library/Formula/elinks.rb
+++ b/Library/Formula/elinks.rb
@@ -44,6 +44,7 @@ class Elinks < Formula
Hello world!
<ol><li>one</li><li>two</li></ol>
EOS
- assert_match /^\s*Hello world!\n+ *1. one\n *2. two\s*$/, `elinks test.html`
+ assert_match /^\s*Hello world!\n+ *1. one\n *2. two\s*$/,
+ shell_output("elinks test.html")
end
end