Lines Matching refs:ret
24 ret=0
25 $DIG $DIGOPTS . @10.53.0.1 soa > dig.out.ns1.test$n || ret=1
26 $DIG $DIGOPTS . @10.53.0.2 soa > dig.out.ns2.test$n || ret=1
27 $PERL ../digcomp.pl dig.out.ns1.test$n dig.out.ns2.test$n || ret=1
28 grep "flags:.*ad.*QUERY" dig.out.ns2.test$n > /dev/null || ret=1
30 if [ $ret != 0 ]; then echo "I:failed"; fi
31 status=`expr $status + $ret`
36 ret=0
37 grep 'oL9krJun7xfBOIWcGHi7mag5/hdZrKWw15jP' ns2/example.com.db.signed > /dev/null || ret=1
38 grep 'VrbpMngwcrqNAg==' ns2/example.com.db.signed > /dev/null || ret=1
39 grep 'zXQ0bkYgQTEFyfLyi9QoiY6D8ZdYo4wyUhVi' ns2/example.com.db.signed > /dev/null || ret=1
40 grep 'R0O7KuI5k2pcBg==' ns2/example.com.db.signed > /dev/null || ret=1
42 if [ $ret != 0 ]; then echo "I:failed"; fi
43 status=`expr $status + $ret`