From: Howard Chu Date: Fri, 13 Jan 2006 21:32:24 +0000 (+0000) Subject: Replace sleep with wait. Note that KILLSERVERS doesn't make much sense X-Git-Tag: OPENLDAP_REL_ENG_2_4_BP~320 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=002b826c30f7b7f70b13dcb5da8409cda861142a;p=openldap Replace sleep with wait. Note that KILLSERVERS doesn't make much sense here since the script has to respawn the servers anyway. --- 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