multitail: do not manually set TERM in test
No longer necessary since https://github.com/Homebrew/brew/pull/982.
This commit is contained in:
parent
46c39dde14
commit
d8133bf447
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue