]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix static stub subtest description
authorMark Andrews <marka@isc.org>
Tue, 1 Oct 2024 03:12:11 +0000 (13:12 +1000)
committerMark Andrews <marka@isc.org>
Tue, 10 Dec 2024 02:43:13 +0000 (02:43 +0000)
bin/tests/system/staticstub/tests.sh

index 4e68551ddc80ec5571cacca1952c5018bdd504f6..3d63aab29437ca9fc54fd03565465e4354f82341 100755 (executable)
@@ -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