lmdb-random-ids=${random}
EOF
- $PDNSUTIL --config-dir="${workdir}" --config-name=lmdb create-zone example.com
- ids=$( for i in a b c ; do $PDNSUTIL --config-dir="${workdir}" --config-name=lmdb add-zone-key example.com ksk ; done | xargs )
+ $PDNSUTIL -q --config-dir="${workdir}" --config-name=lmdb create-zone example.com
+ ids=$( for i in a b c ; do $PDNSUTIL -q --config-dir="${workdir}" --config-name=lmdb add-zone-key example.com ksk ; done | xargs )
if [ $random = no ]
then
if [ "$ids" = "1 2 3" ]
-WARNING: local files have been created as a result of this operation.
-Be sure to check the files owner, group and permission to make sure that
-the authoritative server can correctly use them.
sequential generator generated 1 2 3 correctly
-WARNING: local files have been created as a result of this operation.
-Be sure to check the files owner, group and permission to make sure that
-the authoritative server can correctly use them.
random generator generated something other than 1 2 3, good