diff --git a/bin/tests/system/dlvauto/tests.sh b/bin/tests/system/dlvauto/tests.sh index e4de957192..1374731f38 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 51e1193651..c8dc7584bf 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`