remove LFs and comment

This commit is contained in:
Dirk Wetter
2025-11-27 18:22:48 +01:00
parent fc499cb67f
commit 7e97fef030

View File

@@ -2,8 +2,6 @@
# baseline test for testssl, screen and JSON output
# This is referred by the documentation.
# We could also inspect the JSON for any problems for
# "id" : "scanProblem"
# "finding" : "Scan interrupted"
@@ -50,7 +48,6 @@ $tests++;
#2
unlike($socket_json, qr/$json_errors/, "via sockets checking JSON output");
$tests++;
unlink $tmp_json;
#3
@@ -62,7 +59,6 @@ $tests++;
#4
unlike($openssl_json, qr/$json_errors/, "via OpenSSL (builtin) checking JSON output");
$tests++;
unlink $tmp_json;
done_testing($tests);