mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-22 23:01:43 -04:00
Don't reset status halfway through the test
This commit is contained in:
parent
ce745b87f2
commit
4e42045d2b
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ status=`expr $status + $?`
|
|||
$PERL ../digcomp.pl knowngood.dig.out dig.out.ns3
|
||||
status=`expr $status + $?`
|
||||
|
||||
status=0;
|
||||
../../../dig/dig +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd \
|
||||
tsigzone. @10.53.0.2 axfr -y tsigzone.:1234abcd8765 -p 5300 \
|
||||
> dig.out.ns2
|
||||
|
|
|
|||
Loading…
Reference in a new issue