]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only perform test cleanups in clean.sh scripts
authorMatthijs Mekking <matthijs@isc.org>
Tue, 5 Mar 2019 09:47:47 +0000 (10:47 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Tue, 5 Mar 2019 10:38:54 +0000 (11:38 +0100)
commit321e87fbb74157e038143ed5e5d79b917642161b
treee54d193cff01d0bbfd676bba8900b533eea2f97b
parentb42a68e8ad71caa833bd2f86b72e8e949031f103
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.

(cherry picked from commit c64ed484c83f708617308979f85a7777cdcdd220)
17 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/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