mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 09:40:45 -04:00
fix broken dnssec test
When !10262 was rebased prior to merging, there was a use of dnssec-keygen -n in the dnssec system test that had not been removed, causing a test failure. This has been fixed.
This commit is contained in:
parent
b0f8b443c9
commit
38f06d958b
1 changed files with 1 additions and 1 deletions
|
|
@ -627,7 +627,7 @@ zone=localkey.example.
|
|||
infile=bogus.example.db.in
|
||||
zonefile=localkey.example.db
|
||||
|
||||
keyname=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" -n zone "$zone")
|
||||
keyname=$("$KEYGEN" -q -a "$DEFAULT_ALGORITHM" -b "$DEFAULT_BITS" "$zone")
|
||||
|
||||
cat "$infile" "$keyname.key" >"$zonefile"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue