From 24a1638a723a0759fa759dfe7ee13b1acfe60e29 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 23 Jun 2000 21:19:21 +0000 Subject: [PATCH] add 5000.example verification test --- bin/tests/system/limits/tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/tests/system/limits/tests.sh b/bin/tests/system/limits/tests.sh index 87cc5782c3..62019ed84a 100644 --- a/bin/tests/system/limits/tests.sh +++ b/bin/tests/system/limits/tests.sh @@ -24,7 +24,6 @@ SYSTEMTESTTOP=.. # sleep 5 -set -x status=0; $DIG +tcp +nosea +nostat +noquest +nocomm +nocmd +norec \ @@ -62,11 +61,12 @@ status=`expr $status + $?` $PERL ../digcomp.pl knowngood.dig.out.a-maximum-rrset dig.out.ns1 status=`expr $status + $?` -$DIG +tcp +nosea +nostat +noquest +nocomm +nocmd +norec \ +$DIG +tcp +nosea +nostat +noquest +nocmd +norec \ 5000.example. @10.53.0.1 a -p 5300 > dig.out.ns1 status=`expr $status + $?` +grep 'flags: qr aa tc ad;' dig.out.ns1 +status=`expr $status + $?` -echo "$status" if [ $status != 0 ]; then echo "R:FAIL" else