mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 18:42:59 -04:00
Make resolver system test shellcheck clean
The resolver system test shell scripts were using legacy syntax. Convert the script into POSIX shell syntax and make them shellcheck clean.
This commit is contained in:
parent
8d95c96b51
commit
6d9afd4cc0
3 changed files with 323 additions and 314 deletions
|
|
@ -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.*
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in a new issue