mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:00:00 -04:00
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
This commit is contained in:
commit
59875ecbf1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ flaky_isc_test = [
|
|||
'random',
|
||||
]
|
||||
|
||||
if config.has('HAVE_NGHTTP2')
|
||||
if config.has('HAVE_LIBNGHTTP2')
|
||||
isc_test += 'doh'
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue