From: Evan Hunt Date: Sat, 16 May 2015 17:07:17 +0000 (-0700) Subject: [master] there are now 98 automatic zones X-Git-Tag: v9.11.0a1~813 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d9aefcf5cbf6503e2ce42329e37b8b5377c4e0aa;p=thirdparty%2Fbind9.git [master] there are now 98 automatic zones --- diff --git a/bin/tests/system/rndc/tests.sh b/bin/tests/system/rndc/tests.sh index 33010da3919..e75c0c29179 100644 --- a/bin/tests/system/rndc/tests.sh +++ b/bin/tests/system/rndc/tests.sh @@ -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`