Fix typos in nzd2nzf test

This commit is contained in:
Witold Krecicki
2016-07-26 21:15:09 +02:00
parent 915544f389
commit 29d1f6a781
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ status=`expr $status + $ret`
n=`expr $n + 1`
echo "I:checking that _default.nzf contains the expected content ($n)"
grep 'zone added.example { type master; file "added.db"; };' ns1/_default.nzf > /dev/null || ret=1
grep 'zone "added.example" { type master; file "added.db"; };' ns1/_default.nzf > /dev/null || ret=1
if [ $ret != 0 ]; then echo "I:failed"; fi
status=`expr $status + $ret`