htop-osx: do not manually set TERM in test
No longer necessary since https://github.com/Homebrew/brew/pull/982. Closes #4933. Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
This commit is contained in:
parent
23fa629c87
commit
8efbeef21e
1 changed files with 0 additions and 1 deletions
|
@ -35,7 +35,6 @@ class HtopOsx < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV["TERM"] = "xterm"
|
||||
pipe_output("#{bin}/htop", "q", 0)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue