From 460687589afa82790f6673f82d505f7dc86e598b Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Mon, 26 Sep 2005 14:52:02 +0000 Subject: [PATCH] Delete pointless wait for (foreground) slapadd --- tests/scripts/test008-concurrency | 3 --- 1 file changed, 3 deletions(-) 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=$! -- 2.39.5