]> 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:49 +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 0fb8e16e7ee5e5cba70ac594320d87bacba0d5e8..7e3465f9634b9b36814a0e2328be74b03d4e1bee 100644 (file)
@@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
 zone "example.net" {
        type master;
        file "example.db";
-       dnssec-policy "badkeylen";
+       dnssec-policy "bad-keylen";
 };