]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] there are now 98 automatic zones
authorEvan Hunt <each@isc.org>
Sat, 16 May 2015 17:07:17 +0000 (10:07 -0700)
committerEvan Hunt <each@isc.org>
Sat, 16 May 2015 17:07:17 +0000 (10:07 -0700)
bin/tests/system/rndc/tests.sh

index 33010da3919e950b2d933b43370038afce65db33..e75c0c29179c1ae825d5c68031095e4ddf0f8ac7 100644 (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`