Adjusted additional system test (NS, non-root zone)

After the updates from this branch, BIND now sends glue records for
NS queries even when configured with minimal-responses yes.
This commit is contained in:
Diego Fronza
2020-10-26 10:45:27 -03:00
parent acef95ce44
commit 4fef8acbfa
+1 -1
View File
@@ -227,7 +227,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