multitail: do not manually set TERM in test

No longer necessary since https://github.com/Homebrew/brew/pull/982.
This commit is contained in:
Zhiming Wang 2016-09-18 07:22:00 -04:00
parent 46c39dde14
commit d8133bf447

View file

@ -20,8 +20,6 @@ class Multitail < Formula
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