From 879e1d6133f79497446d2b6eef8763f7c16132c0 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 22 Oct 2003 10:46:41 +0000 Subject: [PATCH] Fix CONF/CONF1 usage --- tests/scripts/test020-proxycache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5