]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use feature-test to detect feature support in system tests
authorTom Krizek <tkrizek@isc.org>
Thu, 1 Dec 2022 14:12:28 +0000 (15:12 +0100)
committerTom Krizek <tkrizek@isc.org>
Fri, 2 Dec 2022 09:56:54 +0000 (10:56 +0100)
commit0b31a7c54c9d5f06be63a077cf8bc646bbf2c488
tree2fb3fe22a8cf5a7ec68db37fb7c5f8494f436f27
parent1054ad016405ecd446f205893ee275dd647bde98
Use feature-test to detect feature support in system tests

Previously, there were two different ways to detect feature support.
Either through an environment variable set by configure in conf.sh, or
using the feature-test utility.

It is more simple and consistent to have only one way of detecting the
feature support. Using the feature-test utility seems superior the the
environment variables set by configure.

(cherry picked from commit d24fb1122ea3ffaf3050c79ff6b293b89e726a07)
bin/tests/system/addzone/tests.sh
bin/tests/system/statschannel/tests.sh