]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix checking for executables in shell conditions in tests
authorTom Krizek <tkrizek@isc.org>
Mon, 26 Jun 2023 15:14:16 +0000 (17:14 +0200)
committerTom Krizek <tkrizek@isc.org>
Thu, 29 Jun 2023 11:19:47 +0000 (13:19 +0200)
commit2020ce20104876bdc0fba09d2d481536b963c14c
treedd2fb28f1ab6406c700b643ba8b1ff9dffff3f48
parentbd9dabc0c34f1ea1162cc1d6922960a16fe54719
Fix checking for executables in shell conditions in tests

Surround the variables which are checked whether they're executable in
double quotes. Without them, empty paths won't be properly interpreted
as not executable.

(manually picked from commit 06056c44a7bebc50b6e32ca5baa3c396ae4e948f)
bin/tests/system/ckdnsrps.sh
bin/tests/system/dnssec/tests.sh
bin/tests/system/resolver/tests.sh
bin/tests/system/rpz/qperf.sh
bin/tests/system/rpz/tests.sh