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:
@@ -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
Reference in New Issue
Block a user