]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: test: The statschannel tests fails if one of libxml2 or json-c is configured
authorMark Andrews <marka@isc.org>
Wed, 11 Sep 2024 23:42:16 +0000 (23:42 +0000)
committerMark Andrews <marka@isc.org>
Wed, 11 Sep 2024 23:42:16 +0000 (23:42 +0000)
commite9627cef19e3e634d2dcf3fc6862fc704ea1ec97
tree8ac2993d8aaab9a6499337ac7e7e47b2578a890c
parent09ec79b3e4f7e06b89149efd2780fdb0e9248aaf
parentbacc945989cb963d9b1f2b4bb9a31183e48b4e1b
[9.20] fix: test: The statschannel tests fails if one of libxml2 or json-c is configured

The `statschannel` system test failed if only one of `libxml2` or `json-c` is
available / configured as checks were being run against the non available
statistics page.

Closes #4919

Backport of MR !9454

Merge branch 'backport-4919-fix-statschannel-system-test-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9483