theharvester: fix test
This commit is contained in:
parent
63b62fab07
commit
957c5e1f56
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ class Theharvester < Formula
|
|||
end
|
||||
|
||||
test do
|
||||
output = shell_output("#{bin}/theharvester -d brew.sh -l 1 -b google 2>&1")
|
||||
output = shell_output("#{bin}/theharvester -d brew.sh -l 1 -b all 2>&1")
|
||||
assert_match "security@brew.sh", output
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue