Lines Matching refs:tmp

30 tmp=0
32 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
38 if test $tmp -eq 1 ; then status=1; fi
57 tmp=0
60 > dig.out.ns3 || tmp=1
66 if test $tmp -eq 1 ; then status=1; fi
115 slave. soa > dig.out.ns2 || tmp=1
116 grep "1397051952 ; serial" dig.out.ns2 > /dev/null 2>&1 || tmp=1
117 grep "1397051952 ; serial" ns2/slave.db > /dev/null 2>&1 || tmp=1
118 if test $tmp != 0 ; then echo "I:failed"; fi
119 status=`expr $status + $tmp`
123 tmp=0
132 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
135 $PERL ../digcomp.pl dig2.good dig.out.ns3 || tmp=1
138 test -f ns3/example.bk || tmp=1
139 test -f ns3/example.bk.jnl || tmp=1
141 if test $tmp != 0 ; then echo "I:failed"; fi
142 status=`expr $status + $tmp`
146 tmp=0
149 @10.53.0.6 axfr -p 5300 > dig.out.ns6 || tmp=1
153 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
156 $PERL ../digcomp.pl dig.out.ns6 dig.out.ns3 || tmp=1
159 test -f ns3/master.bk || tmp=1
160 test -f ns3/master.bk.jnl || tmp=1
162 if test $tmp != 0 ; then echo "I:failed"; fi
163 status=`expr $status + $tmp`
167 tmp=0
170 @10.53.0.6 axfr -p 5300 > dig.out.ns6 || tmp=1
174 @10.53.0.1 axfr -p 5300 > dig.out.ns1 || tmp=1
177 $PERL ../digcomp.pl dig.out.ns6 dig.out.ns1 || tmp=1
180 test -f ns6/slave.bk || tmp=1
181 test -f ns6/slave.bk.jnl && tmp=1
183 if test $tmp != 0 ; then echo "I:failed"; fi
184 status=`expr $status + $tmp`
188 tmp=0
191 test -f ns7/master2.db || tmp=1
192 test -f ns7/master2.db.jnl && tmp=1
194 if test $tmp != 0 ; then echo "I:failed"; fi
195 status=`expr $status + $tmp`
199 tmp=0
202 @10.53.0.1 axfr -p 5300 > dig.out.ns1 || tmp=1
206 @10.53.0.7 axfr -p 5300 > dig.out.ns7 || tmp=1
209 $PERL ../digcomp.pl dig.out.ns7 dig.out.ns1 || tmp=1
212 test -f ns7/slave.bk || tmp=1
213 test -f ns7/slave.bk.jnl || tmp=1
215 if test $tmp != 0 ; then echo "I:failed"; fi
216 status=`expr $status + $tmp`
405 tmp=0
407 grep "status: NOERROR," dig.out.1.$n > /dev/null || tmp=1
411 grep "status: NOERROR," dig.out.2.$n > /dev/null || tmp=1
413 $PERL ../digcomp.pl knowngood.mapped dig.out.3.$n || tmp=1
414 if test $tmp != 0 ; then echo "I:failed"; fi
415 status=`expr $status + $tmp`
419 tmp=0
420 grep "'axfr-too-big/IN'.*: too many records" ns6/named.run >/dev/null || tmp=1
421 if test $tmp != 0 ; then echo "I:failed"; fi
422 status=`expr $status + $tmp`
426 tmp=0
427 grep "'ixfr-too-big./IN.*: too many records" ns6/named.run >/dev/null && tmp=1
439 grep "'ixfr-too-big/IN'.*: too many records" ns6/named.run >/dev/null || tmp=1
440 if test $tmp != 0 ; then echo "I:failed"; fi
441 status=`expr $status + $tmp`