From 258b178806e8428545deaed2ecbb5682c3cb5857 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Sat, 24 Jun 2000 01:44:28 +0000 Subject: [PATCH] It's probably not a good idea to check in the test script with a debugging patch intended to make it fail, regardless of the test status. --- bin/tests/system/start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/tests/system/start.sh b/bin/tests/system/start.sh index 3a889d8c0f..f6f749b7c2 100644 --- a/bin/tests/system/start.sh +++ b/bin/tests/system/start.sh @@ -15,7 +15,7 @@ # ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS # SOFTWARE. -# $Id: start.sh,v 1.18 2000/06/23 21:17:02 mws Exp $ +# $Id: start.sh,v 1.19 2000/06/24 01:44:28 mws Exp $ # # Start name servers for running system tests. @@ -106,7 +106,7 @@ do cnt=`expr $cnt + 1` n=`echo $d | sed 's/ns//'` $DIG +tcp +noadd +nosea +nostat +noquest +nocomm +nocmd \ - -p 5300 version.bind. chaos txt @10.53.0.1$n > dig.out + -p 5300 version.bind. chaos txt @10.53.0.$n > dig.out ret=$? grep ";" dig.out if [ $cnt = 15 ]; then