mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +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
|
|
@ -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