From 42062dc417d5a91e7281e29260126854b5c7bd1a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 27 May 2005 20:47:47 +0000 Subject: [PATCH] slapadd should not be logging to /tmp --- tests/scripts/test008-concurrency | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)!" -- 2.39.5