From 8f95bb1d2afa1125a71a2c8ac85213f8b0b5ac59 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 7 Apr 2012 14:36:24 +1000 Subject: Add basic test for tmux. Closes #11472. --- Library/Formula/tmux.rb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3