From: Andreas Gustafsson Date: Wed, 19 Jul 2000 20:39:01 +0000 (+0000) Subject: pullup: X-Git-Tag: v9.0.0~182 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=4c23cefb48746888ac9e0d4b9c8c7c5b48a0ab39;p=thirdparty%2Fbind9.git pullup: in the multi-stage positive validation test, allow the recursive server to omit the authority section --- diff --git a/bin/tests/system/dnssec/tests.sh b/bin/tests/system/dnssec/tests.sh index 0e15481325e..ffde9ff3791 100644 --- a/bin/tests/system/dnssec/tests.sh +++ b/bin/tests/system/dnssec/tests.sh @@ -15,7 +15,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: tests.sh,v 1.15.2.4 2000/07/11 00:43:45 bwelling Exp $ +# $Id: tests.sh,v 1.15.2.5 2000/07/19 20:39:01 gson Exp $ # # Perform tests @@ -65,8 +65,8 @@ status=`expr $status + $ret` echo "I:checking multi-stage positive validation" ret=0 -$DIG $DIGOPTS a.secure.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1 -$DIG $DIGOPTS a.secure.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1 +$DIG $DIGOPTS +noauth a.secure.example. @10.53.0.3 a > dig.out.ns3.test$n || ret=1 +$DIG $DIGOPTS +noauth a.secure.example. @10.53.0.4 a > dig.out.ns4.test$n || ret=1 $PERL ../digcomp.pl dig.out.ns3.test$n dig.out.ns4.test$n || ret=1 n=`expr $n + 1` if [ $ret != 0 ]; then echo "I:failed"; fi