diff options
| -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 |
