From: Evan Hunt Date: Sat, 18 Oct 2014 23:50:32 +0000 (-0700) Subject: [master] change 3977 altered expected linecount from secroots X-Git-Tag: v9.11.0a1~1347 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=7cf2122e0df7b570e067ce50be956a5bc6ef4c8e;p=thirdparty%2Fbind9.git [master] change 3977 altered expected linecount from secroots --- diff --git a/bin/tests/system/dlvauto/tests.sh b/bin/tests/system/dlvauto/tests.sh index e4de9571929..1374731f387 100644 --- a/bin/tests/system/dlvauto/tests.sh +++ b/bin/tests/system/dlvauto/tests.sh @@ -51,7 +51,7 @@ linecount=`grep "\./RSAMD5/.* ; managed" ns2/named.secroots | wc -l` linecount=`grep "dlv.isc.org/RSAMD5/.* ; managed" ns2/named.secroots | wc -l` [ "$linecount" -eq 2 ] || ret=1 linecount=`cat ns2/named.secroots | wc -l` -[ "$linecount" -eq 28 ] || ret=1 +[ "$linecount" -eq 25 ] || ret=1 n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 51e11936515..c8dc7584bf9 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -1568,7 +1568,7 @@ keyid=`cat ns1/managed.key.id` linecount=`grep "./RSAMD5/$keyid ; trusted" ns4/named.secroots | wc -l` [ "$linecount" -eq 1 ] || ret=1 linecount=`cat ns4/named.secroots | wc -l` -[ "$linecount" -eq 10 ] || ret=1 +[ "$linecount" -eq 9 ] || ret=1 n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret`