cdpr: add test
This commit is contained in:
parent
1059fe100c
commit
796da0fd37
1 changed files with 4 additions and 0 deletions
|
@ -22,4 +22,8 @@ class Cdpr < Formula
|
|||
def caveats
|
||||
"run cdpr sudo'd in order to avoid the error: 'No interfaces found! Make sure pcap is installed.'"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/cdpr", "--version"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue