aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/tmux.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/tmux.rb')
-rw-r--r--Library/Formula/tmux.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/tmux.rb b/Library/Formula/tmux.rb
index 108591ff8..329c12f66 100644
--- a/Library/Formula/tmux.rb
+++ b/Library/Formula/tmux.rb
@@ -42,7 +42,7 @@ class Tmux < Formula
EOS
end
- def test
+ test do
system "#{bin}/tmux", "-V"
end
end