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-02 12:07:59 -03:00
parent b0f61f92b3
commit 8f5545fa0b

View 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