From: Mark Andrews Date: Thu, 21 Mar 2013 01:37:25 +0000 (+1100) Subject: remove broken redundant test X-Git-Tag: v9.10.0a1~448^2~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15d970cb23d2bc7a238c251473a746220296336a;p=thirdparty%2Fbind9.git remove broken redundant test --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 558810a5e13..c1b102134b1 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -2023,14 +2023,5 @@ n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi status=`expr $status + $ret` -echo "I:check dnssec-dsfromkey from stdin($n)" -ret=0 -$DIG $DIGOPTS dnskey algroll. @10.53.0.2 | \ - $DSFROMKEY -f - algroll. > dig.out.ns2.test$n || ret=1 -diff -b dig.out.ns2.test$n ns1/dsset-algroll. > /dev/null 2>&1 || ret=1 -n=`expr $n + 1` -if [ $ret != 0 ]; then echo "I:failed"; fi -status=`expr $status + $ret` - echo "I:exit status: $status" exit $status