sntop: add test

This commit is contained in:
mikit 2018-03-19 06:24:04 +09:00 committed by ilovezfs
parent 5389f5c030
commit 22ae237754

View file

@ -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