From 46c39dde149b7aaaa1c7cba916bf1e5e9d7a4fb0 Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Sun, 18 Sep 2016 07:20:54 -0400 Subject: [PATCH] mobile-shell: do not manually set TERM in test No longer necessary since https://github.com/Homebrew/brew/pull/982. --- Formula/mobile-shell.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/mobile-shell.rb b/Formula/mobile-shell.rb index dc259608933..f7b75b8fd89 100644 --- a/Formula/mobile-shell.rb +++ b/Formula/mobile-shell.rb @@ -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