[master] there are now 98 automatic zones

This commit is contained in:
Evan Hunt
2015-05-16 10:07:17 -07:00
parent 8f20f6c9d7
commit d9aefcf5cb

View File

@@ -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`