From: Curtis Blackburn Date: Wed, 9 Dec 2015 00:03:01 +0000 (-0800) Subject: [rt40104] changed one occurrence of +noednsneg to +noednsnegotiation X-Git-Tag: v9.11.0a1~274 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=ce0d8b1c0eb59d12f53c44125a124ea1d60cd063;p=thirdparty%2Fbind9.git [rt40104] changed one occurrence of +noednsneg to +noednsnegotiation --- diff --git a/bin/tests/system/ednscompliance/tests.sh b/bin/tests/system/ednscompliance/tests.sh index 310f8211f61..2050f7177af 100644 --- a/bin/tests/system/ednscompliance/tests.sh +++ b/bin/tests/system/ednscompliance/tests.sh @@ -48,7 +48,7 @@ status=`expr $status + $ret` n=`expr $n + 1` echo "I:Unknown EDNS version ($n)" ret=0 reason= -$DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsneg soa $zone > dig.out$n +$DIG -p 5300 @10.53.0.1 +norec +edns=100 +noednsnegotiation soa $zone > dig.out$n grep "status: BADVERS," dig.out$n > /dev/null || { ret=1; reason="status"; } grep "EDNS: version: 0," dig.out$n > /dev/null || { ret=1; reason="version"; } grep "IN.SOA." dig.out$n > /dev/null && { ret=1; reaons="soa"; }