From 50a83235fe18f389d8952a977bad930ddab386c4 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Sun, 5 May 2019 12:08:13 +0200 Subject: [PATCH] Renamed + testssl.net (IPv6) --- t/{10_baseline_http.t => 20_baseline_http.t} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) rename t/{10_baseline_http.t => 20_baseline_http.t} (94%) diff --git a/t/10_baseline_http.t b/t/20_baseline_http.t similarity index 94% rename from t/10_baseline_http.t rename to t/20_baseline_http.t index b2ba7f5..2e8a430 100755 --- a/t/10_baseline_http.t +++ b/t/20_baseline_http.t @@ -25,7 +25,6 @@ unlink "tmp.json"; printf "\n%s\n", "Baseline unit test IPv4 via sockets --> $uri ..."; $socketout = `./testssl.sh $check2run $uri 2>&1`; # my $socket = json('tmp.json'); -#FIXME: This comparison is maybe not sufficient yet: unlike($socketout, qr/(e|E)rror|\.\/testssl\.sh: line |(f|F)atal/, ""); $tests++; @@ -36,12 +35,11 @@ $opensslout = `./testssl.sh $check2run --ssl-native $uri 2>&1`; # my $openssl = json('tmp.json'); # This happens with Google only, so we white list a pattern here: $opensslout =~ s/testssl.*warning: command substitution: ignored null byte in input\n//g; -#FIXME: This comparison is maybe sufficient yet: unlike($opensslout, qr/(e|E)rror|(f|F)atal|\.\/testssl\.sh: line |Oops|s_client connect problem/, ""); $tests++; -$uri="ipv6.google.com"; +$uri="testssl.net"; unlink "tmp.json"; printf "\n%s\n", "Baseline unit test IPv6 via sockets --> $uri ...";