Lines Matching refs:ret
30 ret=0
31 $DIG $DIGOPTS child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
32 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
34 if [ $ret != 0 ]; then echo "I:failed"; fi
35 status=`expr $status + $ret`
38 ret=0
39 $DIG $DIGOPTS grand.child1.utld dnskey @10.53.0.5 > dig.out.ns5.test$n || ret=1
40 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
42 if [ $ret != 0 ]; then echo "I:failed"; fi
43 status=`expr $status + $ret`
46 ret=0
47 $DIG $DIGOPTS child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
48 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
50 if [ $ret != 0 ]; then echo "I:failed"; fi
51 status=`expr $status + $ret`
54 ret=0
55 $DIG $DIGOPTS grand.child1.druz soa @10.53.0.5 > dig.out.ns5.test$n || ret=1
56 grep "flags:.*ad.*QUERY" dig.out.ns5.test$n > /dev/null || ret=1
58 if [ $ret != 0 ]; then echo "I:failed"; fi
59 status=`expr $status + $ret`