Skip to content

Commit

Permalink
theharvester: fix test (#5467)
Browse files Browse the repository at this point in the history
The pgp data source does not work (at least not at the moment) because
the source code hard codes pgp.rediris.es:11371 which is down. It's not
something we should fix on our side. Instead, we switch to the google
data source which should be much more reliable.
  • Loading branch information
zmwangx committed Oct 2, 2016
1 parent 919ff63 commit e184db0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/theharvester.rb
Expand Up @@ -34,7 +34,7 @@ def install
end

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

0 comments on commit e184db0

Please sign in to comment.