From: Quanah Gibson-Mount Date: Sat, 30 Apr 2016 01:30:30 +0000 (-0700) Subject: ITS#8414 - Remove use of "time", as it is non portable X-Git-Url: https://git.sur5r.net/?p=openldap;a=commitdiff_plain;h=3fe9678baa1be8067e7e0bbb94007a096952e62c ITS#8414 - Remove use of "time", as it is non portable --- diff --git a/tests/scripts/test008-concurrency b/tests/scripts/test008-concurrency index 1617dda7c5..518531cd9a 100755 --- a/tests/scripts/test008-concurrency +++ b/tests/scripts/test008-concurrency @@ -59,8 +59,7 @@ done $MONITORDATA "$MONITORDB" "$DATADIR" "$TESTDIR" echo "Using tester for concurrent server access..." -time $SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS -#$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS +$SLAPDTESTER -P "$PROGDIR" -d "$TESTDIR" -h $LOCALHOST -p $PORT1 -D "$MANAGERDN" -w $PASSWD -l $TESTLOOPS RC=$? if test $RC != 0 ; then