Skip to content

Commit

Permalink
multitail: do not manually set TERM in test
Browse files Browse the repository at this point in the history
No longer necessary since Homebrew/brew#982.
  • Loading branch information
zmwangx committed Sep 18, 2016
1 parent 46c39dd commit d8133bf
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/multitail.rb
Expand Up @@ -20,8 +20,6 @@ def install
end

test do
ENV["TERM"] = "xterm"
assert_match "multitail #{version}",
shell_output("#{bin}/multitail -h 2>&1", 1)
assert_match version.to_s, shell_output("#{bin}/multitail -h 2>&1", 1)
end
end

0 comments on commit d8133bf

Please sign in to comment.