Skip to content

Commit 7e97fef

Browse files
committed
remove LFs and comment
1 parent fc499cb commit 7e97fef

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

t/10_baseline_ipv4_http.t

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# baseline test for testssl, screen and JSON output
44

5-
# This is referred by the documentation.
6-
75
# We could also inspect the JSON for any problems for
86
# "id" : "scanProblem"
97
# "finding" : "Scan interrupted"
@@ -50,7 +48,6 @@ $tests++;
5048
#2
5149
unlike($socket_json, qr/$json_errors/, "via sockets checking JSON output");
5250
$tests++;
53-
5451
unlink $tmp_json;
5552

5653
#3
@@ -62,7 +59,6 @@ $tests++;
6259
#4
6360
unlike($openssl_json, qr/$json_errors/, "via OpenSSL (builtin) checking JSON output");
6461
$tests++;
65-
6662
unlink $tmp_json;
6763

6864
done_testing($tests);

0 commit comments

Comments
 (0)