mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 19:42:50 -04:00
[master] there are now 98 automatic zones
This commit is contained in:
parent
8f20f6c9d7
commit
d9aefcf5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ status=`expr $status + $ret`
|
|||
echo "I:testing automatic zones are reported"
|
||||
ret=0
|
||||
$RNDC -s 10.53.0.4 -p 9956 -c ns4/key6.conf status > rndc.status || ret=1
|
||||
grep "number of zones: 98 (97 automatic)" rndc.status > /dev/null || ret=1
|
||||
grep "number of zones: 99 (98 automatic)" rndc.status > /dev/null || ret=1
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue