add HOME.ARPA to the list of empty zones

This commit is contained in:
Mark Andrews
2018-05-18 11:13:39 +10:00
parent 4283f9552f
commit 10dd0b3efe
5 changed files with 127 additions and 1 deletions

View File

@@ -425,7 +425,7 @@ n=`expr $n + 1`
echo_i "testing automatic zones are reported ($n)"
ret=0
$RNDC -s 10.53.0.4 -p ${EXTRAPORT6} -c ns4/key6.conf status > rndc.out.1.test$n || ret=1
grep "number of zones: 198 (196 automatic)" rndc.out.1.test$n > /dev/null || ret=1
grep "number of zones: 200 (198 automatic)" rndc.out.1.test$n > /dev/null || ret=1
if [ $ret != 0 ]; then echo_i "failed"; fi
status=`expr $status + $ret`