diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 511ffedc65..a6781a826c 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -60,11 +60,13 @@ done status=0 +sleep 5 + for d in ns* do n=`echo $d | sed 's/ns//'` $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 5300 \ - version.bind. chaos txt @10.53.0.$n soa > dig.out + version.bind. chaos txt @10.53.0.$n > dig.out status=`expr $status + $?` grep ";" dig.out done