mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:54:17 +03:00
ech_tests.sh rename variable in docs to avoid exclusion
This commit is contained in:
parent
4bf3b2c573
commit
3e45ff807e
3 changed files with 5 additions and 6 deletions
1
.github/scripts/codespell-ignore.txt
vendored
1
.github/scripts/codespell-ignore.txt
vendored
|
|
@ -8,7 +8,6 @@ ba
|
|||
bu
|
||||
clen
|
||||
CNA
|
||||
dout
|
||||
ede
|
||||
fo
|
||||
htpt
|
||||
|
|
|
|||
2
.github/scripts/typos.toml
vendored
2
.github/scripts/typos.toml
vendored
|
|
@ -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)",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue