Lines Matching refs:status
27 status=0
30 $DIG +norec @10.53.0.1 -p 5300 foo.bar.fi. A >dig.out || status=1
31 $PERL ../digcomp.pl --lc fi.good dig.out || status=1
34 $DIG +norec @10.53.0.1 -p 5300 foo.bar.xx. a >dig.out || status=1
35 $PERL ../digcomp.pl xx.good dig.out || status=1
38 $DIG +norec @10.53.0.1 -p 5300 foo.bar.yy. a >dig.out || status=1
39 $PERL ../digcomp.pl yy.good dig.out || status=1
42 $DIG +norec @10.53.0.1 -p 5300 example.net. a > dig.out || status=1
43 $PERL ../digcomp.pl noglue.good dig.out || status=1
45 echo "I:exit status: $status"
46 exit $status