]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: test: Disable DNSSEC validation instead of enabling it with empty TAs in system...
authorŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 16:54:41 +0000 (16:54 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Sun, 6 Jul 2025 16:54:41 +0000 (16:54 +0000)
There are many system tests where we set `dnssec-validation yes;` only
to also set `trust-anchors { };` which effectively disables the
validation.

This MR replaces this convoluted setup with just `dnssec-validation no;`.

Merge branch 'stepan/empty-trust-anchors-in-system-tests' into 'main'

See merge request isc-projects/bind9!10684


Trivial merge