aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim D. Smith2014-12-10 14:41:08 -0800
committerTim D. Smith2014-12-10 14:41:08 -0800
commit685ec967274000219aff06f83181e4bba6ed8cea (patch)
treea5a56ca0641975dd2f8355abae489da550888f13
parent555f2a0bbbcdee44a3e91c9f4661dd78caa6be08 (diff)
downloadhomebrew-685ec967274000219aff06f83181e4bba6ed8cea.tar.bz2
weechat: add test
-rw-r--r--Library/Formula/weechat.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/weechat.rb b/Library/Formula/weechat.rb
index 133c95787..38a9060ae 100644
--- a/Library/Formula/weechat.rb
+++ b/Library/Formula/weechat.rb
@@ -61,4 +61,8 @@ class Weechat < Formula
automatically as part of weechat, there won't be any dictionaries.
EOS
end
+
+ test do
+ system "weechat", "-r", "/quit"
+ end
end