2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 23:55:27 +00:00

Remove leftover test development echo

(cherry picked from commit 1a82a1999b)
This commit is contained in:
Mark Andrews
2025-07-02 23:27:39 +10:00
parent ae47f5732e
commit f702cb85ab

View File

@@ -207,7 +207,6 @@ ret=0
echo_i "checking integer overflow is prevented in \$GENERATE ($n)"
$CHECKZONE -D example.com zones/generate-overflow.db >test.out.$n 2>&1 || ret=1
lines=$(grep -c CNAME test.out.$n)
echo $lines
[ "$lines" -eq 1 ] || ret=1
if [ $ret != 0 ]; then echo_i "failed"; fi
status=$((status + ret))