Merge branch '3069-increase-dig-timeout-in-resolver-test' into 'main'

Make resolver system test shellcheck clean

Closes #3069

See merge request isc-projects/bind9!5719
This commit is contained in:
Ondřej Surý 2022-01-14 11:16:11 +00:00
commit 70596240c4
3 changed files with 323 additions and 314 deletions

View file

@ -14,11 +14,11 @@
#
# Clean up after resolver tests.
#
rm -f */named.conf
rm -f */named.memstats
rm -f */named.run */named.run.prev
rm -f */ans.run
rm -f */*.jdb
rm -f ./*/named.conf
rm -f ./*/named.memstats
rm -f ./*/named.run ./*/named.run.prev
rm -f ./*/ans.run
rm -f ./*/*.jdb
rm -f dig.out dig.out.* dig.*.out.*
rm -f dig.*.foo.*
rm -f dig.*.bar.*

View file

@ -11,6 +11,7 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
# shellcheck source=../conf.sh
. ../conf.sh
cp ns4/tld1.db ns4/tld.db

File diff suppressed because it is too large Load diff