From 7e97fef0302162fa6fb44b5ac22136662cd07289 Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Thu, 27 Nov 2025 18:22:48 +0100 Subject: [PATCH] remove LFs and comment --- t/10_baseline_ipv4_http.t | 4 ---- 1 file changed, 4 deletions(-) diff --git a/t/10_baseline_ipv4_http.t b/t/10_baseline_ipv4_http.t index 4dd38e8..19771c0 100755 --- a/t/10_baseline_ipv4_http.t +++ b/t/10_baseline_ipv4_http.t @@ -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);