diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/tmux.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb index c8803d937..93a5dfaff 100644 --- a/Library/Formula/tmux.rb +++ b/Library/Formula/tmux.rb @@ -31,4 +31,8 @@ class Tmux < Formula #{etc}/bash_completion.d/tmux EOS end + + def test + system "#{bin}/tmux -V" + end end |
