From: Mark Andrews Date: Tue, 1 Oct 2024 03:12:11 +0000 (+1000) Subject: Fix static stub subtest description X-Git-Tag: v9.21.4~36^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f173a0145425c7d598382004b0db7c0c0b4453a0;p=thirdparty%2Fbind9.git Fix static stub subtest description --- diff --git a/bin/tests/system/staticstub/tests.sh b/bin/tests/system/staticstub/tests.sh index 4e68551ddc8..3d63aab2943 100755 --- a/bin/tests/system/staticstub/tests.sh +++ b/bin/tests/system/staticstub/tests.sh @@ -48,7 +48,7 @@ if [ $ret != 0 ]; then echo_i "failed"; fi status=$((status + ret)) n=$((n + 1)) -echo_i "non recursive query for a static-stub zone with server name should be rejected ($n)" +echo_i "non recursive query for a static-stub zone with server address should be rejected ($n)" ret=0 $DIG $DIGOPTS +tcp +norec data.example. @10.53.0.2 txt >dig.out.ns2.test$n \ || ret=1