le: do not manually set TERM in test

No longer necessary since https://github.com/Homebrew/brew/pull/982.
master
Zhiming Wang 2016-09-18 07:19:25 -04:00
parent 79dc3e5158
commit 25f826abe8
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ class Le < Formula
end
test do
ENV["TERM"] = "xterm"
assert_match "Usage", shell_output("#{bin}/le --help", 1)
end
end