]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
also fix the expected count
authorMark Andrews <marka@isc.org>
Sun, 7 Sep 2014 10:24:59 +0000 (20:24 +1000)
committerMark Andrews <marka@isc.org>
Sun, 7 Sep 2014 10:24:59 +0000 (20:24 +1000)
bin/tests/system/nsupdate/tests.sh

index e46bcebe73f93c348c0b92ec3e565f9504d9e7f1..11931557976750db24fc669d787db4e59fefed5e 100755 (executable)
@@ -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"