From d74557ba3530f19fd516b3322e34ee9628484e40 Mon Sep 17 00:00:00 2001 From: Matthijs Mekking Date: Thu, 30 Mar 2023 14:56:20 +0200 Subject: [PATCH] Fix kasp system test bug 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/checkconf/kasp-bad-keylen.conf b/bin/tests/system/checkconf/kasp-bad-keylen.conf index f86b8923a6..5ca4c34614 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"; };