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:
Zhiming Wang 2016-09-18 00:48:23 -04:00
parent 23fa629c87
commit 8efbeef21e

View file

@ -35,7 +35,6 @@ class HtopOsx < Formula
end
test do
ENV["TERM"] = "xterm"
pipe_output("#{bin}/htop", "q", 0)
end
end