]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix intermittent ksr test failure
authorMatthijs Mekking <matthijs@isc.org>
Fri, 25 Oct 2024 07:43:28 +0000 (07:43 +0000)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 25 Oct 2024 07:43:28 +0000 (07:43 +0000)
A test may fail if the key id is shorter than 5 digits. Add a leading space to the expected strings which start with the key tag to avoid the issue.

Closes #5002

Merge branch '5002-unexpected-match-ksr-twotwone' into 'main'

See merge request isc-projects/bind9!9688


Trivial merge