mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
fix: nil: Fix broken dnssec test
When !10262 was rebased prior to merging, there was a new use of dnssec-keygen -n in the dnssec system test that had not been removed in the branch, causing a test failure. This has been fixed. Merge branch 'each-merge-error' into 'main' See merge request isc-projects/bind9!10325
This commit is contained in:
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user