]> 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:23:51 +0000 (10:23 +0100)
commitd24fb1122ea3ffaf3050c79ff6b293b89e726a07
tree0201d62a2d8d5afa864890b90ac7395f8536e39b
parente22d27da71bf24625bff009d6e11bc9fae70452c
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.
bin/tests/system/addzone/tests.sh
bin/tests/system/statschannel/tests.sh
bin/tests/system/synthfromdnssec/tests.sh