]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Fix kasp system test bug
authorMatthijs Mekking <matthijs@isc.org>
Thu, 30 Mar 2023 12:56:20 +0000 (14:56 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 31 Mar 2023 08:34:27 +0000 (10:34 +0200)
This test was succeeding for the wrong reason (policy not found, rather
than bad key length).

(cherry picked from commit 106497b01146ecec59ffd07ba137f805f4b8f831)

bin/tests/system/checkconf/kasp-bad-keylen.conf

index f86b8923a6b2abfd53f53c0f8519f1da8d61c08c..5ca4c34614513b02479dffb4fa2086730b5f5bda 100644 (file)
@@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
 zone "example.net" {
        type primary;
        file "example.db";
-       dnssec-policy "badkeylen";
+       dnssec-policy "bad-keylen";
 };