theharvester: fix test

This commit is contained in:
commitay 2018-04-11 09:59:16 +10:00 committed by FX Coudert
parent 63b62fab07
commit 957c5e1f56

View file

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