]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Adjust expected queries for no fallback to plain DNS
authorMark Andrews <marka@isc.org>
Mon, 1 Feb 2021 03:37:20 +0000 (14:37 +1100)
committerMark Andrews <marka@isc.org>
Mon, 12 Jul 2021 02:30:03 +0000 (12:30 +1000)
bin/tests/system/qmin/tests.sh

index 82eb657cbee912015b0a301beeb4dfc9cae376fd..e6a26846431e469ccde674206022db0f6e138809 100755 (executable)
@@ -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