]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix serve-stale system test after moving defconfig
authorColin Vidal <colin@isc.org>
Thu, 16 Oct 2025 15:15:50 +0000 (17:15 +0200)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:55:04 +0000 (13:55 -0700)
commit2cd04e0bd0c27c9f33450c2f8f4418e96252a2f2
tree5538a5e4dc79230018f780daf12eba80ea71f421
parent5b7445f5070bc6fc407c1902c7876e462b6693e2
fix serve-stale system test after moving defconfig

The serve-stale system test relies on sed accessing the source
file that hard-codes the default configuration. Since it moved from
bin/named/config.c into bin/include/defaultconfig.h, the test needs
the path updated.
bin/tests/system/serve-stale/tests.sh