Skip to content

Commit 7aa9d30

Browse files
committed
Typos fixed which led to wrong file name
... which was catched in unit tests t/{baseline_ipv4_http.t,23_client_simulation}
1 parent 7bb7ac8 commit 7aa9d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2521,7 +2521,7 @@ sanitze_http_header() {
25212521
sed -e '/^$/q' -e '/^[^a-zA-Z_0-9]$/q' $1 | tr -d '\000-\011\013\014\016-\037' >$1.tmp
25222522
# Now to be more sure we delete from '<' or '{' maybe with a leading blank until the end
25232523
sed -e '/^ *<.*$/d' -e '/^ *{.*$/d' $1.tmp >$1
2524-
debugme echo -e "---\n $(< $1E) \n---"
2524+
debugme echo -e "---\n $(< $1) \n---"
25252525
}
25262526

25272527

0 commit comments

Comments
 (0)