From 1ff22ac042b65c8ff1314bba27eb509cc097a9a7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Thu, 7 Jun 2012 14:37:58 +1000 Subject: [PATCH] Don't restart ns5 after killing it --- bin/tests/system/rpz/tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/tests/system/rpz/tests.sh b/bin/tests/system/rpz/tests.sh index 0e312c0b32..a669ed4c7b 100644 --- a/bin/tests/system/rpz/tests.sh +++ b/bin/tests/system/rpz/tests.sh @@ -416,8 +416,7 @@ if test -n "$QPERF"; then # server really stops and deletes named.pid. echo "# rpz off" >ns5/rpz-switch PID=`cat ns5/named.pid` - test -z "$PID" || kill -9 "$PID" - $PERL $SYSTEMTESTTOP/start.pl --noclean --restart . ns5 + test -z "$PID" || kill -9 "$PID" && rm -f ns5/named.pid NORPZ=`trim norpz` RPZ=`trim rpz`