From: Kurt Zeilenga Date: Sun, 1 Oct 2000 22:49:07 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1838 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0c3344eef3a128eb1b3ec0b6d2051c0496ad48a5;p=openldap Fix typo in last commit --- diff --git a/tests/scripts/test010-passwd b/tests/scripts/test010-passwd index 2670d427c3..69bb391620 100755 --- a/tests/scripts/test010-passwd +++ b/tests/scripts/test010-passwd @@ -18,7 +18,7 @@ echo "Cleaning up in $DBDIR..." rm -f $DBDIR/[!C]* echo "Starting slapd on TCP/IP port $PORT..." -. $CONFFILTER $PWCONF < $CONF > $DBCONF +. $CONFFILTER $BACKEND < $PWCONF > $DBCONF $SLAPD -f $DBCONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & PID=$!