]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] change 3977 altered expected linecount from secroots
authorEvan Hunt <each@isc.org>
Sat, 18 Oct 2014 23:50:32 +0000 (16:50 -0700)
committerEvan Hunt <each@isc.org>
Sat, 18 Oct 2014 23:50:32 +0000 (16:50 -0700)
bin/tests/system/dlvauto/tests.sh
bin/tests/system/dnssec/tests.sh

index e4de957192989c1dacd3fc9f696dc623c993b4bf..1374731f3874d7d9a01a1b22c1a8a00ef9e9f949 100644 (file)
@@ -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`
index 51e1193651527d14aeb68ac78e5cf62e42f8b8c9..c8dc7584bf93bf9daace05908842b2dc8ff05454 100644 (file)
@@ -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`