]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only perform test cleanups in clean.sh scripts
authorMatthijs Mekking <matthijs@isc.org>
Wed, 27 Feb 2019 14:21:04 +0000 (15:21 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Mon, 4 Mar 2019 15:58:30 +0000 (16:58 +0100)
commit00d04b28c299e657d4cb54c1874aa9506a0702cf
tree9af7d13a479b0f2510280e84a0223fa9e52f5747
parent4e800096e63ef07beb48722b2b984e5417b05613
Only perform test cleanups in clean.sh scripts

Temporary files created by a given system test should be removed by its
clean.sh script, not its setup.sh script.  Remove redundant "rm"
invocations from setup.sh scripts.  Move required "rm" invocations from
setup.sh scripts to their corresponding clean.sh scripts.
18 files changed:
bin/tests/system/addzone/setup.sh
bin/tests/system/checkzone/setup.sh
bin/tests/system/coverage/setup.sh
bin/tests/system/dialup/clean.sh [new file with mode: 0644]
bin/tests/system/dialup/setup.sh
bin/tests/system/inline/setup.sh
bin/tests/system/ixfr/clean.sh
bin/tests/system/ixfr/setup.sh
bin/tests/system/keymgr/setup.sh
bin/tests/system/masterformat/setup.sh
bin/tests/system/nsupdate/setup.sh
bin/tests/system/rpz/setup.sh
bin/tests/system/staticstub/setup.sh
bin/tests/system/upforwd/setup.sh
bin/tests/system/views/setup.sh
bin/tests/system/xfer/clean.sh
bin/tests/system/xfer/setup.sh
util/copyrights