elinks: fully scope test system call

This commit is contained in:
Oliver Newman 2016-11-17 12:39:33 -05:00 committed by William Woodruff
parent 6ec250d5f1
commit a14ab4910d
No known key found for this signature in database
GPG key ID: 85AE00C504833B3C

View file

@ -46,6 +46,6 @@ class Elinks < Formula
<ol><li>one</li><li>two</li></ol>
EOS
assert_match /^\s*Hello world!\n+ *1. one\n *2. two\s*$/,
shell_output("elinks test.html")
shell_output("#{bin}/elinks test.html")
end
end