diff options
| author | Tim D. Smith | 2014-12-10 14:41:08 -0800 |
|---|---|---|
| committer | Tim D. Smith | 2014-12-10 14:41:08 -0800 |
| commit | 685ec967274000219aff06f83181e4bba6ed8cea (patch) | |
| tree | a5a56ca0641975dd2f8355abae489da550888f13 | |
| parent | 555f2a0bbbcdee44a3e91c9f4661dd78caa6be08 (diff) | |
| download | homebrew-685ec967274000219aff06f83181e4bba6ed8cea.tar.bz2 | |
weechat: add test
| -rw-r--r-- | Library/Formula/weechat.rb | 4 |
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 |
