From a14ab4910d85e988e1a9242d753725f46eaf36f5 Mon Sep 17 00:00:00 2001 From: Oliver Newman Date: Thu, 17 Nov 2016 12:39:33 -0500 Subject: [PATCH] elinks: fully scope test system call --- Formula/elinks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/elinks.rb b/Formula/elinks.rb index 16b24f762c..7762bb6692 100644 --- a/Formula/elinks.rb +++ b/Formula/elinks.rb @@ -46,6 +46,6 @@ class Elinks < Formula
  1. one
  2. two
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