diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mobile-shell.rb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/mobile-shell.rb b/Library/Formula/mobile-shell.rb index f8c390845..26d6bffbb 100644 --- a/Library/Formula/mobile-shell.rb +++ b/Library/Formula/mobile-shell.rb @@ -33,4 +33,9 @@ class MobileShell < Formula system "make", "check" if build.with? "check" system "make", "install" end + + test do + ENV["TERM"]="xterm" + system "#{bin}/mosh-client", "-c" + end end |
