From b9c9449607e29eb104bc1a34ce540855c8a84149 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sun, 6 Sep 2020 14:39:35 +0000 Subject: [PATCH] dnstwist: skip checking for protocol in test --- Formula/dnstwist.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/dnstwist.rb b/Formula/dnstwist.rb index b0bfcc7d1f9..fa75900a658 100644 --- a/Formula/dnstwist.rb +++ b/Formula/dnstwist.rb @@ -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