]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: Fix the DoH unit test for meson
authorArtem Boldariev <artem@isc.org>
Thu, 10 Jul 2025 14:39:40 +0000 (17:39 +0300)
committerArtem Boldariev <artem@isc.org>
Thu, 10 Jul 2025 14:39:40 +0000 (17:39 +0300)
commit59875ecbf1fed4180df051836948baad7e14babe
tree628b9ba8dc4f99f9430b1ddfed0262b9f1d21266
parent15653c54a092dd72478673ee291e84e8ab3d949a
parent03c6f064379ff46c7dc9a3835aa665fcdf1781ff
fix: dev: Fix the DoH unit test for meson

The DoH unit test was omitted since meson migration due to a
typo. This commit fixes that.

Merge branch 'artem-fix-doh-test-for-meson' into 'main'

See merge request isc-projects/bind9!10723