diff --git a/tests/scripts/test008-concurrency b/tests/scripts/test008-concurrency index 080c1d5db6..9c5df79515 100755 --- a/tests/scripts/test008-concurrency +++ b/tests/scripts/test008-concurrency @@ -20,7 +20,7 @@ mkdir -p $TESTDIR $DBDIR1 echo "Running slapadd to build slapd database..." . $CONFFILTER $BACKEND $MONITORDB < $CONF > $CONF1 -$SLAPADD -f $CONF1 -l $LDIFORDERED -d -1 2> /tmp/slapadd.log +$SLAPADD -f $CONF1 -l $LDIFORDERED -d -1 2> $SLAPADDLOG1 RC=$? if test $RC != 0 ; then echo "slapadd failed ($RC)!"