mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-13 20:30:00 -04:00
[9.20] fix: test: Fix static stub subtest description
This subtest exercises static stub behaviour when server-addresses has an address. This was misidentified in the description. Closes !9799 Backport of MR !9799 Merge branch 'backport-marka-fix-stub-subtest-description-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9879
This commit is contained in:
commit
f15a35bfdd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue