mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Stop named-checkzone leaking test queries
This commit is contained in:
@@ -86,8 +86,8 @@ status=$((status + ret))
|
|||||||
|
|
||||||
echo_i "checking with max ttl (text) ($n)"
|
echo_i "checking with max ttl (text) ($n)"
|
||||||
ret=0
|
ret=0
|
||||||
$CHECKZONE -l 300 example zones/good1.db >test.out1.$n 2>&1 && ret=1
|
$CHECKZONE -i local -l 300 example zones/good1.db >test.out1.$n 2>&1 && ret=1
|
||||||
$CHECKZONE -l 600 example zones/good1.db >test.out2.$n 2>&1 || ret=1
|
$CHECKZONE -i local -l 600 example zones/good1.db >test.out2.$n 2>&1 || ret=1
|
||||||
n=$((n + 1))
|
n=$((n + 1))
|
||||||
if [ $ret != 0 ]; then echo_i "failed"; fi
|
if [ $ret != 0 ]; then echo_i "failed"; fi
|
||||||
status=$((status + ret))
|
status=$((status + ret))
|
||||||
|
Reference in New Issue
Block a user