Lines Matching refs:ret
32 ret=0
34 @10.53.0.1 a > dig.out.ns1.test$n || ret=1
35 grep "status: NOERROR" dig.out.ns1.test$n > /dev/null || ret=1
36 grep "example.com..*DNAME.*example.net." dig.out.ns1.test$n > /dev/null || ret=1
37 grep "foo.example.com..*CNAME.*foo.example.net." dig.out.ns1.test$n > /dev/null || ret=1
38 grep "flags:[^;]* aa[ ;]" dig.out.ns1.test$n > /dev/null || ret=1
40 if [ $ret != 0 ]; then echo "I:failed"; fi
41 status=`expr $status + $ret`
44 ret=0
46 grep "example.com..*IN.IXFR" dig.out.ns1.test$n > /dev/null || ret=1
47 grep "example.com..*10.IN.DNAME.example.net." dig.out.ns1.test$n > /dev/null || ret=1
48 grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null || ret=1
50 if [ $ret != 0 ]; then echo "I:failed"; fi
51 status=`expr $status + $ret`
54 ret=0
56 grep "example.com..*IN.IXFR" dig.out.ns1.test$n > /dev/null || ret=1
57 grep "example.com..*10.IN.DNAME.example.net." dig.out.ns1.test$n > /dev/null && ret=1
58 grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null && ret=1
60 if [ $ret != 0 ]; then echo "I:failed"; fi
61 status=`expr $status + $ret`
64 ret=0
66 grep "example.com..*IN.IXFR" dig.out.ns1.test$n > /dev/null || ret=1
67 grep "example.com..*10.IN.DNAME.example.net." dig.out.ns1.test$n > /dev/null && ret=1
68 grep "example.com..*10.IN.NS.example.com." dig.out.ns1.test$n > /dev/null && ret=1
70 if [ $ret != 0 ]; then echo "I:failed"; fi
71 status=`expr $status + $ret`