From 002b826c30f7b7f70b13dcb5da8409cda861142a Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Fri, 13 Jan 2006 21:32:24 +0000 Subject: [PATCH] Replace sleep with wait. Note that KILLSERVERS doesn't make much sense here since the script has to respawn the servers anyway. --- tests/scripts/test030-relay | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/scripts/test030-relay b/tests/scripts/test030-relay index 3164dca9e4..7f06f98e7f 100755 --- a/tests/scripts/test030-relay +++ b/tests/scripts/test030-relay @@ -89,8 +89,8 @@ for RELAY in $RELAYS ; do if test $first = 1 ; then first=0 else - echo ">>>>> waiting 10 seconds for things to exit" - sleep 10 + echo ">>>>> waiting for things to exit" + test $KILLSERVERS != no && wait echo "" rm -rf $TESTDIR -- 2.39.5