From 1c4ecfd97ee1968cfeab8748796cfe64c9f8d228 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 6 Jun 2000 23:40:25 +0000 Subject: [PATCH] look for server on port 5300, too --- bin/tests/system/start.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 65a8b99c71..139a78bd65 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -55,7 +55,11 @@ status=0 for d in ns* do n=`echo $d | sed 's/ns//'` - $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd \ + # Until all scripts have been converted to use port 5300, + # tests for port 53, too. + $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 5300 \ + version.bind. chaos txt @10.53.0.$n soa > dig.out || + $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd -p 53 \ version.bind. chaos txt @10.53.0.$n soa > dig.out status=`expr $status + $?` grep ";" dig.out