From 39abb27dd9de17d87725c55d1ef9fc6108507b62 Mon Sep 17 00:00:00 2001 From: Dirk Date: Wed, 22 Jan 2020 00:28:59 +0100 Subject: [PATCH] cloudflare seems not good for html travis checks --- t/08_isHTML_valid.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/08_isHTML_valid.t b/t/08_isHTML_valid.t index f93490c..6d83d39 100755 --- a/t/08_isHTML_valid.t +++ b/t/08_isHTML_valid.t @@ -9,12 +9,12 @@ use Data::Dumper; my $tests = 0; my $prg="./testssl.sh"; -my $uri="testssl.net"; +my $uri="dev.testssl.sh"; my $out=""; my $html=""; my $debughtml=""; my $edited_html=""; -my $check2run="--ip=one --color 0 --htmlfile tmp.html"; +my $check2run="--ip=one --color 0 --htmlfile tmp.html"; die "Unable to open $prg" unless -f $prg;