mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-16 02:08:51 -04:00
don't call out to the internet when running test
This commit is contained in:
parent
19cb51c289
commit
43f74fff0a
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ for db in zones/good*.db
|
|||
do
|
||||
echo "I:checking $db ($n)"
|
||||
ret=0
|
||||
$CHECKZONE example $db > test.out.$n 2>&1 || ret=1
|
||||
$CHECKZONE -i local example $db > test.out.$n 2>&1 || ret=1
|
||||
n=`expr $n + 1`
|
||||
if [ $ret != 0 ]; then echo "I:failed"; fi
|
||||
status=`expr $status + $ret`
|
||||
|
|
|
|||
Loading…
Reference in a new issue