diff --git a/Formula/sntop.rb b/Formula/sntop.rb index be80b026e6..fdc1b730cb 100644 --- a/Formula/sntop.rb +++ b/Formula/sntop.rb @@ -30,4 +30,8 @@ class Sntop < Formula You should be certain that you trust any software you grant root privileges. EOS end + + test do + system "#{bin}/sntop", "--version" + end end