theharvester: fix test.

This commit is contained in:
Mike McQuaid 2019-01-21 10:37:39 +00:00 committed by FX Coudert
parent 29d769c6d4
commit d54deb9263

View file

@ -76,7 +76,7 @@ class Theharvester < Formula
end
test do
output = shell_output("#{bin}/theharvester -d brew.sh -l 1 -b pgp 2>&1")
assert_match "security@brew.sh", output
output = shell_output("#{bin}/theharvester -d brew.sh -l 1 -b google 2>&1")
assert_match "docs.brew.sh:", output
end
end