From: Howard Chu Date: Wed, 22 Oct 2003 10:46:41 +0000 (+0000) Subject: Fix CONF/CONF1 usage X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~512 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=879e1d6133f79497446d2b6eef8763f7c16132c0;p=openldap Fix CONF/CONF1 usage --- diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 6616e16876..42e1cd36ef 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -23,8 +23,8 @@ mkdir -p $TESTDIR $DBDIR1 $DBDIR2 # - verify answerability echo "Starting master slapd on TCP/IP port $PORT1..." -. $CONFFILTER < $CACHEMASTERCONF > $CONF -$SLAPD -f $CONF -h $URI1 -d $LVL > $LOG1 2>&1 & +. $CONFFILTER < $CACHEMASTERCONF > $CONF1 +$SLAPD -f $CONF1 -h $URI1 -d $LVL > $LOG1 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID