From e0fd8c5fb279ecb5e05212ec557ea246e9a07912 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 19:38:22 +0200 Subject: [PATCH] ech_tests.sh: tweak along Dan's interpretation --- tests/ech_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ech_tests.sh b/tests/ech_tests.sh index 995691f6d9..ce0b4870e8 100755 --- a/tests/ech_tests.sh +++ b/tests/ech_tests.sh @@ -337,7 +337,7 @@ echo "curl: have $have_curl, cURL command: |$CURL ${CURL_PARAMS[*]}|" echo "ossl: have: $have_ossl, using: $using_ossl" echo "wolf: have: $have_wolf, using: $using_wolf" echo "bssl: have: $have_bssl, using: $using_bssl" -echo "dig: $have_dig, kdig: $have_kdig, HTTPS res format: $have_presout" +echo "dig: $have_dig, kdig: $have_kdig, HTTPS presentation format: $have_presout" echo "dig command: |$digcmd|" echo "ports != 443 blocked: $have_portsblocked"