From 3e45ff807e5fb3884d14782d8d25733fb9406596 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:04:11 +0200 Subject: [PATCH] ech_tests.sh rename variable in docs to avoid exclusion --- .github/scripts/codespell-ignore.txt | 1 - .github/scripts/typos.toml | 2 +- tests/ech_tests.sh | 8 ++++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/scripts/codespell-ignore.txt b/.github/scripts/codespell-ignore.txt index f6a8c4afd0..efbacc2218 100644 --- a/.github/scripts/codespell-ignore.txt +++ b/.github/scripts/codespell-ignore.txt @@ -8,7 +8,6 @@ ba bu clen CNA -dout ede fo htpt diff --git a/.github/scripts/typos.toml b/.github/scripts/typos.toml index c4769df2e3..8e179935a0 100644 --- a/.github/scripts/typos.toml +++ b/.github/scripts/typos.toml @@ -6,7 +6,7 @@ extend-ignore-identifiers-re = [ "(ba|BA|fo|Fo|FU|Iy|ND|OT|pn|PN|ue|UE)", "(anc|bck|ben|CNA|ECT|EDE|edn|ein|Jod|kno|MEK|Nam|Ned|noo|nin|nto|ser|ths|Typ|typ|URE|wrk)", - "(admi|alue|CLEA|clen|dout|GOST|HELO|helo|htpt|PARM|PASE)", + "(admi|alue|CLEA|clen|GOST|HELO|helo|htpt|PARM|PASE)", "(HEADE|numer|optin|stati|ttests)", "(Januar|passin|Passiv|perfec|PUNICODE|TEMPLAT|varius)", ] diff --git a/tests/ech_tests.sh b/tests/ech_tests.sh index a0512e0305..7c253fb6b8 100755 --- a/tests/ech_tests.sh +++ b/tests/ech_tests.sh @@ -292,11 +292,11 @@ then digcmd="kdig @$DOHSERVER +https +short" fi # see if our dig version knows HTTPS -dout=$($digcmd https defo.ie) -if [[ $dout != "1 . "* ]] +digout=$($digcmd https defo.ie) +if [[ $digout != "1 . "* ]] then - dout=$($digcmd -t TYPE65 defo.ie) - if [[ $dout == "1 . "* ]] + digout=$($digcmd -t TYPE65 defo.ie) + if [[ $digout == "1 . "* ]] then # we're good have_presout="yes"