From: Mark Andrews Date: Sun, 7 Sep 2014 10:24:59 +0000 (+1000) Subject: also fix the expected count X-Git-Tag: v9.11.0a1~1378^2~47 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=76a17033db30d41c52f05abde418ef05bdfd8424;p=thirdparty%2Fbind9.git also fix the expected count --- diff --git a/bin/tests/system/nsupdate/tests.sh b/bin/tests/system/nsupdate/tests.sh index e46bcebe73f..11931557976 100755 --- a/bin/tests/system/nsupdate/tests.sh +++ b/bin/tests/system/nsupdate/tests.sh @@ -620,7 +620,7 @@ done wait dig axfr many.test @10.53.0.1 -p 5300 > dig.out.test$n lines=`awk '$4 == "A" { l++ } END { print l }' dig.out.test$n` -test ${lines:-0} -eq 289 || ret=1 +test ${lines:-0} -eq 64 || ret=1 [ $ret = 0 ] || { echo I:failed; status=1; } echo "I:exit status: $status"