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.16.9~33^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=be98c7880295a1eff227e51f7cb3f64566ed43e5;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 572397cfa36..025f11fa748 100644 --- a/bin/tests/system/additional/tests.sh +++ b/bin/tests/system/additional/tests.sh @@ -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