]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix to remove debug from auth_transfer_limit test.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jun 2026 09:38:24 +0000 (11:38 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 17 Jun 2026 09:38:24 +0000 (11:38 +0200)
doc/Changelog
testdata/auth_transfer_limit.tdir/auth_transfer_limit.test

index 68588d496a03f91f51b6346a9d3959f1dfe26eeb..8b084e80682d0443a07f8ec2d731a5c3f5a84835 100644 (file)
@@ -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
index afd458ea78ee363502470244cd78d105fc37c8f1..d4a0131ec07bfb6b9768083479d4137395152b3a 100644 (file)
@@ -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