mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-12-10 17:24:01 +01:00
remove LFs and comment
This commit is contained in:
@@ -2,8 +2,6 @@
|
|||||||
|
|
||||||
# baseline test for testssl, screen and JSON output
|
# baseline test for testssl, screen and JSON output
|
||||||
|
|
||||||
# This is referred by the documentation.
|
|
||||||
|
|
||||||
# We could also inspect the JSON for any problems for
|
# We could also inspect the JSON for any problems for
|
||||||
# "id" : "scanProblem"
|
# "id" : "scanProblem"
|
||||||
# "finding" : "Scan interrupted"
|
# "finding" : "Scan interrupted"
|
||||||
@@ -50,7 +48,6 @@ $tests++;
|
|||||||
#2
|
#2
|
||||||
unlike($socket_json, qr/$json_errors/, "via sockets checking JSON output");
|
unlike($socket_json, qr/$json_errors/, "via sockets checking JSON output");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
|
||||||
unlink $tmp_json;
|
unlink $tmp_json;
|
||||||
|
|
||||||
#3
|
#3
|
||||||
@@ -62,7 +59,6 @@ $tests++;
|
|||||||
#4
|
#4
|
||||||
unlike($openssl_json, qr/$json_errors/, "via OpenSSL (builtin) checking JSON output");
|
unlike($openssl_json, qr/$json_errors/, "via OpenSSL (builtin) checking JSON output");
|
||||||
$tests++;
|
$tests++;
|
||||||
|
|
||||||
unlink $tmp_json;
|
unlink $tmp_json;
|
||||||
|
|
||||||
done_testing($tests);
|
done_testing($tests);
|
||||||
|
|||||||
Reference in New Issue
Block a user