elinks: fully scope test system call
This commit is contained in:
parent
6ec250d5f1
commit
a14ab4910d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue