From 3fe9678baa1be8067e7e0bbb94007a096952e62c Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Fri, 29 Apr 2016 18:30:30 -0700 Subject: [PATCH] ITS#8414 - Remove use of "time", as it is non portable --- tests/scripts/test008-concurrency | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.39.5