From 3591f70a17e72c992c2aaecc8d1ab7a2dce0708d Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 27 Nov 2025 18:31:43 +0100 Subject: [PATCH] reorder lines --- t/32_isHTML_valid.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/32_isHTML_valid.t b/t/32_isHTML_valid.t index 8185264..7e2bcf8 100755 --- a/t/32_isHTML_valid.t +++ b/t/32_isHTML_valid.t @@ -10,14 +10,14 @@ use Text::Diff; my $tests = 0; my $prg="./testssl.sh"; +my $html=""; +my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile"; my $uri="github.com"; my $out=""; -my $html=""; my $debughtml=""; my $edited_html=""; my $htmlfile="tmp.html"; # Pick /usr/bin/openssl as we want to avoid the debug messages like "Your ./bin/openssl.Linux.x86_64 doesn't support X25519" -my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile"; my $diff=""; my $ip=""; die "Unable to open $prg" unless -f $prg;