diff options
Diffstat (limited to '')
-rw-r--r-- | bin/tests/system/genzone.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/tests/system/genzone.sh b/bin/tests/system/genzone.sh index 02e3b96..80e056b 100644 --- a/bin/tests/system/genzone.sh +++ b/bin/tests/system/genzone.sh @@ -33,9 +33,8 @@ cat <<EOF 3600 ) EOF -for n -do - cat <<EOF +for n; do + cat <<EOF @ NS ns${n} ns${n} A 10.53.0.${n} EOF |