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:
Ondřej Surý
2022-01-14 11:00:24 +01:00
parent 8d95c96b51
commit 6d9afd4cc0
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