From: Hallvard Furuseth Date: Mon, 26 Sep 2005 14:52:02 +0000 (+0000) Subject: Delete pointless wait for (foreground) slapadd X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~374 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=460687589afa82790f6673f82d505f7dc86e598b;p=openldap Delete pointless wait for (foreground) slapadd --- diff --git a/tests/scripts/test008-concurrency b/tests/scripts/test008-concurrency index 9c5df79515..3841c3345e 100755 --- a/tests/scripts/test008-concurrency +++ b/tests/scripts/test008-concurrency @@ -27,9 +27,6 @@ if test $RC != 0 ; then exit $RC fi -echo "Waiting 5 seconds for slapadd to build slapd database..." -sleep 5 - echo "Starting slapd on TCP/IP port $PORT1..." $SLAPD -f $CONF1 -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 & PID=$!