Lines Matching refs:tmp

37 tmp=0
39 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
45 if test $tmp -eq 1 ; then status=1; fi
63 tmp=0
66 > dig.out.ns3 || tmp=1
72 if test $tmp -eq 1 ; then status=1; fi
120 tmp=0
129 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
132 $PERL ../digcomp.pl dig2.good dig.out.ns3 || tmp=1
135 test -f ns3/example.bk || tmp=1
136 test -f ns3/example.bk.jnl || tmp=1
138 if test $tmp != 0 ; then echo "I:failed"; fi
139 status=`expr $status + $tmp`
142 tmp=0
145 @10.53.0.6 axfr -p 5300 > dig.out.ns6 || tmp=1
149 @10.53.0.3 axfr -p 5300 > dig.out.ns3 || tmp=1
152 $PERL ../digcomp.pl dig.out.ns6 dig.out.ns3 || tmp=1
155 test -f ns3/master.bk || tmp=1
156 test -f ns3/master.bk.jnl || tmp=1
158 if test $tmp != 0 ; then echo "I:failed"; fi
159 status=`expr $status + $tmp`
162 tmp=0
165 @10.53.0.6 axfr -p 5300 > dig.out.ns6 || tmp=1
169 @10.53.0.1 axfr -p 5300 > dig.out.ns1 || tmp=1
172 $PERL ../digcomp.pl dig.out.ns6 dig.out.ns1 || tmp=1
175 test -f ns6/slave.bk || tmp=1
176 test -f ns6/slave.bk.jnl && tmp=1
178 if test $tmp != 0 ; then echo "I:failed"; fi
179 status=`expr $status + $tmp`
182 tmp=0
185 test -f ns7/master2.db || tmp=1
186 test -f ns7/master2.db.jnl && tmp=1
188 if test $tmp != 0 ; then echo "I:failed"; fi
189 status=`expr $status + $tmp`
191 tmp=0
194 @10.53.0.1 axfr -p 5300 > dig.out.ns1 || tmp=1
198 @10.53.0.7 axfr -p 5300 > dig.out.ns7 || tmp=1
201 $PERL ../digcomp.pl dig.out.ns7 dig.out.ns1 || tmp=1
204 test -f ns7/slave.bk || tmp=1
205 test -f ns7/slave.bk.jnl || tmp=1
207 if test $tmp != 0 ; then echo "I:failed"; fi
208 status=`expr $status + $tmp`