browser: 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 00:12:38 -04:00
parent acf0264a6b
commit ed96ee6c08

View file

@ -14,7 +14,6 @@ class Browser < Formula
end
test do
ENV["TERM"] = "xterm"
system "#{bin}/browser"
end
end