]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix broken dnssec test
authorEvan Hunt <each@isc.org>
Wed, 26 Mar 2025 01:01:24 +0000 (18:01 -0700)
committerEvan Hunt <each@isc.org>
Wed, 26 Mar 2025 01:01:24 +0000 (18:01 -0700)
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.

bin/tests/system/dnssec/ns3/sign.sh

index 9960b4c5c79e4e4fd517f5390958ee7d139c99ce..8f52e1f5146975395979c3d1bd4090839c7e6680 100644 (file)
@@ -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"