]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Adjusted additional system test (NS, non-root zone)
authorDiego Fronza <diego@isc.org>
Fri, 2 Oct 2020 15:07:59 +0000 (12:07 -0300)
committerDiego Fronza <diego@isc.org>
Wed, 21 Oct 2020 15:03:42 +0000 (12:03 -0300)
After the updates from this branch, BIND now sends glue records for
NS queries even when configured with minimal-responses yes.

bin/tests/system/additional/tests.sh

index c7e6b4dd9f4221446e4aa9360571ccdc8a65f25a..dedfd018a9fc53346c1db0dfb3928c102d67b4e5 100644 (file)
@@ -226,7 +226,7 @@ dotests() {
     $DIG $DIGOPTS -t NS rt.example @10.53.0.1 > dig.out.$n || ret=1
     case $minimal in
     yes)
-      grep 'ADDITIONAL: 1' dig.out.$n > /dev/null || ret=1
+      grep 'ADDITIONAL: 2' dig.out.$n > /dev/null || ret=1
       ;;
     no)
       grep 'ADDITIONAL: 2' dig.out.$n > /dev/null || ret=1