From 7aa9d30a72fbd06cea0ae771613ba9091824829d Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 15 Sep 2025 22:43:07 +0200 Subject: [PATCH] Typos fixed which led to wrong file name ... which was catched in unit tests t/{baseline_ipv4_http.t,23_client_simulation} --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 5bcf6fa..944916f 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2521,7 +2521,7 @@ sanitze_http_header() { sed -e '/^$/q' -e '/^[^a-zA-Z_0-9]$/q' $1 | tr -d '\000-\011\013\014\016-\037' >$1.tmp # Now to be more sure we delete from '<' or '{' maybe with a leading blank until the end sed -e '/^ *<.*$/d' -e '/^ *{.*$/d' $1.tmp >$1 - debugme echo -e "---\n $(< $1E) \n---" + debugme echo -e "---\n $(< $1) \n---" }