]> git.ipfire.org Git - thirdparty/bind9.git/commit
Clean up keys directory in checkconf test
authorTom Krizek <tkrizek@isc.org>
Mon, 24 Jul 2023 16:35:13 +0000 (18:35 +0200)
committerTom Krizek <tkrizek@isc.org>
Tue, 25 Jul 2023 07:19:55 +0000 (09:19 +0200)
commit062dfac28ee09a8e9d002faa259692485f4afab2
tree60b6f52116b5c398cf28a3cc8709500e61540cb3
parent539a4581ea917679f87d9725598b53a0f4177b2a
Clean up keys directory in checkconf test

The keys directory should be cleaned up in clean.sh. Doing that in the
test itself isn't reliable which may lead to failing mkdir which causes
the test to fail with set -e.
bin/tests/system/checkconf/clean.sh
bin/tests/system/checkconf/tests.sh