We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4b6d1f commit 964e892Copy full SHA for 964e892
1 file changed
t/32_isHTML_valid.t
@@ -11,17 +11,16 @@ use Text::Diff;
11
my $tests = 0;
12
my $prg="./testssl.sh";
13
my $html="";
14
+my $htmlfile="tmp.html";
15
my $check2run="--ip=one -4 --openssl /usr/bin/openssl --sneaky --ids-friendly --color 0 --htmlfile $htmlfile";
16
my $uri="github.com";
17
my $out="";
18
my $debughtml="";
19
my $edited_html="";
-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"
21
my $diff="";
22
my $ip="";
23
24
-
25
die "Unable to open $prg" unless -f $prg;
26
27
printf "\n%s\n", "Doing HTML output checks";
0 commit comments