diff --git a/bin/tests/system/checkzone/tests.sh b/bin/tests/system/checkzone/tests.sh index ab1526041a..1cc8accce4 100644 --- a/bin/tests/system/checkzone/tests.sh +++ b/bin/tests/system/checkzone/tests.sh @@ -86,8 +86,8 @@ status=$((status + ret)) echo_i "checking with max ttl (text) ($n)" ret=0 -$CHECKZONE -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 300 example zones/good1.db >test.out1.$n 2>&1 && ret=1 +$CHECKZONE -i local -l 600 example zones/good1.db >test.out2.$n 2>&1 || ret=1 n=$((n + 1)) if [ $ret != 0 ]; then echo_i "failed"; fi status=$((status + ret))