]> git.sur5r.net Git - openldap/commitdiff
Delete pointless wait for (foreground) slapadd
authorHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 14:52:02 +0000 (14:52 +0000)
committerHallvard Furuseth <hallvard@openldap.org>
Mon, 26 Sep 2005 14:52:02 +0000 (14:52 +0000)
tests/scripts/test008-concurrency

index 9c5df795155476733745020e8273e5f6eaa42f8b..3841c3345e79d9755dd0e8a95f76d4ec41b95abc 100755 (executable)
@@ -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=$!