mobile-shell: 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:20:54 -04:00
parent 25f826abe8
commit 46c39dde14
1 changed files with 1 additions and 2 deletions

View File

@ -42,7 +42,6 @@ class MobileShell < Formula
end
test do
ENV["TERM"] = "xterm"
system "#{bin}/mosh-client", "-c"
system bin/"mosh-client", "-c"
end
end