From: Diego Fronza Date: Fri, 2 Oct 2020 15:07:59 +0000 (-0300) Subject: Adjusted additional system test (NS, non-root zone) X-Git-Tag: v9.17.7~51^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5545fa0bf69e944e2584aaf67152f7793ff7cd;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/additional/tests.sh b/bin/tests/system/additional/tests.sh index c7e6b4dd9f4..dedfd018a9f 100644 --- a/bin/tests/system/additional/tests.sh +++ b/bin/tests/system/additional/tests.sh @@ -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