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