From: Matthijs Mekking Date: Thu, 30 Mar 2023 12:56:20 +0000 (+0200) Subject: Fix kasp system test bug X-Git-Tag: v9.19.12~46^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=106497b01146ecec59ffd07ba137f805f4b8f831;p=thirdparty%2Fbind9.git Fix kasp system test bug This test was succeeding for the wrong reason (policy not found, rather than bad key length). --- diff --git a/bin/tests/system/checkconf/kasp-bad-keylen.conf b/bin/tests/system/checkconf/kasp-bad-keylen.conf index f86b8923a6b..5ca4c346145 100644 --- a/bin/tests/system/checkconf/kasp-bad-keylen.conf +++ b/bin/tests/system/checkconf/kasp-bad-keylen.conf @@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" { zone "example.net" { type primary; file "example.db"; - dnssec-policy "badkeylen"; + dnssec-policy "bad-keylen"; };