weechat: do not manually set TERM in test

No longer necessary since https://github.com/Homebrew/brew/pull/982.

Closes #4941.

Signed-off-by: Zhiming Wang <zmwangx@gmail.com>
master
Zhiming Wang 2016-09-18 08:02:04 -04:00
parent 2b015e7d33
commit 1073219de6
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ class Weechat < Formula
end
test do
ENV["TERM"] = "xterm"
system "weechat", "-r", "/quit"
end
end