watch: do not manually set TERM in test

No longer necessary since https://github.com/Homebrew/brew/pull/982.
master
Zhiming Wang 2016-09-18 08:01:11 -04:00
parent ecc686e7d0
commit 2b015e7d33
1 changed files with 0 additions and 1 deletions

View File

@ -45,7 +45,6 @@ class Watch < Formula
end
test do
ENV["TERM"] = "xterm"
system bin/"watch", "--errexit", "--chgexit", "--interval", "1", "date"
end
end