From: W.C.A. Wijngaards Date: Wed, 17 Jun 2026 09:38:24 +0000 (+0200) Subject: - Fix to remove debug from auth_transfer_limit test. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=740952fb82a5101f50fa5036a08d67d4c991e907;p=thirdparty%2Funbound.git - Fix to remove debug from auth_transfer_limit test. --- diff --git a/doc/Changelog b/doc/Changelog index 68588d496..8b084e806 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,7 @@ transfer task cleans the chunk list. Also fix the auth_transfer_limit test to use a forwarder for each type of failure, so the one is not blocked by the other waiting. + - Fix to remove debug from auth_transfer_limit test. 16 June 2026: Wouter - Fix to disallow $INCLUDE for secondary zones. Start up diff --git a/testdata/auth_transfer_limit.tdir/auth_transfer_limit.test b/testdata/auth_transfer_limit.tdir/auth_transfer_limit.test index afd458ea7..d4a0131ec 100644 --- a/testdata/auth_transfer_limit.tdir/auth_transfer_limit.test +++ b/testdata/auth_transfer_limit.tdir/auth_transfer_limit.test @@ -24,7 +24,7 @@ if grep "auth zone example2.com. transfer.*exceeded 2000 msec" unbound.log; then echo "OK" else echo "Not OK" - DEBUG exit 1 + exit 1 fi if test "$TEST_FAST_RELOAD" == "yes"; then