Add basic test for tmux.

Closes Homebrew/homebrew#11472.
This commit is contained in:
Mike McQuaid 2012-04-07 14:36:24 +10:00
parent 32574b42a1
commit 9bfdf8a337

View file

@ -31,4 +31,8 @@ class Tmux < Formula
#{etc}/bash_completion.d/tmux
EOS
end
def test
system "#{bin}/tmux -V"
end
end