]> 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:26:06 +0000 (16:26 +0100)
commitc64ed484c83f708617308979f85a7777cdcdd220
tree34dd8ee8d136c1d53073270170cc4e9666f6dfd8
parent7f6cc1b40559ffc9c09aead11660cfa82ac2b003
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