browser: do not manually set TERM in test
No longer necessary since https://github.com/Homebrew/brew/pull/982.
This commit is contained in:
parent
acf0264a6b
commit
ed96ee6c08
1 changed files with 0 additions and 1 deletions
|
@ -14,7 +14,6 @@ class Browser < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
ENV["TERM"] = "xterm"
|
||||
system "#{bin}/browser"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue