mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:52:10 -04:00
Adjust expected queries for no fallback to plain DNS
This commit is contained in:
parent
a3fda086f7
commit
0477938e2f
1 changed files with 0 additions and 1 deletions
|
|
@ -233,7 +233,6 @@ sort ans2/query.log > ans2/query.log.sorted
|
|||
cat << __EOF | $DIFF ans2/query.log.sorted - > /dev/null || ret=1
|
||||
ADDR ns2.ugly.
|
||||
NS boing.ugly.
|
||||
NS boing.ugly.
|
||||
NS ugly.
|
||||
__EOF
|
||||
for ans in ans2 ans3 ans4; do mv -f $ans/query.log query-$ans-$n.log 2>/dev/null || true; done
|
||||
|
|
|
|||
Loading…
Reference in a new issue