Skip to content

Commit 3591f70

Browse files
committed
reorder lines
1 parent 8103a0e commit 3591f70

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

t/32_isHTML_valid.t

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ use Text::Diff;
1010

1111
my $tests = 0;
1212
my $prg="./testssl.sh";
13+
my $html="";
14+
my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile";
1315
my $uri="github.com";
1416
my $out="";
15-
my $html="";
1617
my $debughtml="";
1718
my $edited_html="";
1819
my $htmlfile="tmp.html";
1920
# Pick /usr/bin/openssl as we want to avoid the debug messages like "Your ./bin/openssl.Linux.x86_64 doesn't support X25519"
20-
my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile";
2121
my $diff="";
2222
my $ip="";
2323
die "Unable to open $prg" unless -f $prg;

0 commit comments

Comments
 (0)