We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8103a0e commit 3591f70Copy full SHA for 3591f70
1 file changed
t/32_isHTML_valid.t
@@ -10,14 +10,14 @@ use Text::Diff;
10
11
my $tests = 0;
12
my $prg="./testssl.sh";
13
+my $html="";
14
+my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile";
15
my $uri="github.com";
16
my $out="";
-my $html="";
17
my $debughtml="";
18
my $edited_html="";
19
my $htmlfile="tmp.html";
20
# 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";
21
my $diff="";
22
my $ip="";
23
die "Unable to open $prg" unless -f $prg;
0 commit comments