mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-11 05:00:00 -04:00
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 106497b011)
This commit is contained in:
parent
846b893a46
commit
d74557ba35
1 changed files with 1 additions and 1 deletions
|
|
@ -20,5 +20,5 @@ dnssec-policy "bad-keylen" {
|
|||
zone "example.net" {
|
||||
type primary;
|
||||
file "example.db";
|
||||
dnssec-policy "badkeylen";
|
||||
dnssec-policy "bad-keylen";
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue