Skip to content

Commit

Permalink
Merge pull request #196988 from Homebrew/amass-sequoia
Browse files Browse the repository at this point in the history
amass: change test as -whois isn't working
  • Loading branch information
BrewTestBot authored Nov 9, 2024
2 parents 395ef3a + a942966 commit 6061912
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Formula/a/amass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ def install
end

test do
output = shell_output("#{bin}/amass intel -whois -d owasp.org 2>&1")
assert_match "blockster.com", output

assert_match "github.com", shell_output("#{bin}/amass intel -asn 36459 -include Google")
assert_match version.to_s, shell_output("#{bin}/amass --version 2>&1")
end
end

0 comments on commit 6061912

Please sign in to comment.