3577. [bug] Handle zero TTL values better. [RT #33411]
(cherry picked from commit 5f238c3c64)
This commit is contained in:
@@ -103,6 +103,7 @@ status=`expr $status + $ret`
|
||||
n=`expr $n + 1`
|
||||
echo "I:checking negative private type response was properly signed ($n)"
|
||||
ret=0
|
||||
sleep 1
|
||||
$DIG $DIGOPTS @10.53.0.6 -p 5300 bits TYPE65534 > dig.out.ns6.test$n
|
||||
grep "status: NOERROR" dig.out.ns6.test$n > /dev/null || ret=1
|
||||
grep "ANSWER: 0," dig.out.ns6.test$n > /dev/null || ret=1
|
||||
|
||||
Reference in New Issue
Block a user