mobile-shell: do not manually set TERM in test
No longer necessary since https://github.com/Homebrew/brew/pull/982.
This commit is contained in:
parent
25f826abe8
commit
46c39dde14
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue