mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
Remove "error reading" grep from kasp system test
This log may still occur if there is a DNSKEY in the unsigned zone. This may happen in a multi-signer setup for example. Ideally this should not log a warning, but that requires looking up keys a different way (by searching for key files only). However, that requires adapting a bunch of system tests, and is out of scope for now.
This commit is contained in:
parent
c59c2ac85f
commit
dd6cfb464f
1 changed files with 0 additions and 1 deletions
|
|
@ -510,7 +510,6 @@ n=$((n + 1))
|
|||
echo_i "check if resigning the raw version of the zone is prevented for zone ${ZONE} ($n)"
|
||||
ret=0
|
||||
grep "zone_resigninc: zone $ZONE/IN (unsigned): enter" $DIR/named.run && ret=1
|
||||
grep "error reading K$ZONE" $DIR/named.run && ret=1
|
||||
test "$ret" -eq 0 || echo_i "failed"
|
||||
status=$((status + ret))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue