mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 20:52:05 -04:00
[master] typo
This commit is contained in:
parent
28c58f39e9
commit
5daa633313
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue