mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
[master] typo
This commit is contained in:
@@ -56,7 +56,7 @@ if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
echo "I:disabling server to force non-dnssec SERVFAIL"
|
||||
$PERL $SYSTEMTESTTOP/stop.pl --use-rndc ns2
|
||||
$PERL $SYSTEMTESTTOP/stop.pl --use-rndc . ns2
|
||||
awk '/SERVFAIL/ { next; out=1 } /Zone/ { out=0 } { if (out) print }' ns5/named_dump.db
|
||||
echo "I:checking SERVFAIL is cached ($n)"
|
||||
ret=0
|
||||
|
Reference in New Issue
Block a user