dnstwist: skip checking for protocol in test

master
Viktor Szakats 2020-09-06 14:39:35 +00:00 committed by Viktor Szakats
parent 5b4e613a3a
commit b9c9449607
1 changed files with 2 additions and 1 deletions

View File

@ -99,7 +99,8 @@ class Dnstwist < Formula
output = shell_output("#{bin}/dnstwist -rsw --thread=1 brew.sh")
assert_match version.to_s, output
assert_match "Fetching content from: http://brew.sh", output
assert_match "Fetching content from:", output
assert_match "//brew.sh", output
assert_match /Processing \d+ permutations/, output
assert_not_match /notice: missing module/, output
end