From: Rein Tollevik Date: Wed, 28 Jan 2009 12:17:50 +0000 (+0000) Subject: ITS#5910 fixed sed pathname substitution X-Git-Tag: ACLCHECK_0~920 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1de78498cb9273ccbf6951c3eb5d5127f168058e;p=openldap ITS#5910 fixed sed pathname substitution --- diff --git a/tests/scripts/test048-syncrepl-multiproxy b/tests/scripts/test048-syncrepl-multiproxy index fbff911a63..2bb5629939 100755 --- a/tests/scripts/test048-syncrepl-multiproxy +++ b/tests/scripts/test048-syncrepl-multiproxy @@ -119,7 +119,7 @@ if test $RC != 0 ; then fi echo "Starting R1 slave slapd on TCP/IP port $PORT3..." -. $CONFFILTER $BACKEND $MONITORDB < $RSLAVECONF | sed -e 's;\.2\.;.3.;' > $CONF3 +. $CONFFILTER $BACKEND $MONITORDB < $RSLAVECONF | sed -e 's;\.2\.\([^/]*\)$;.3.\1;' > $CONF3 $SLAPD -f $CONF3 -h $URI3 -d $LVL $TIMING > $LOG3 2>&1 & R1SLAVEPID=$! if test $WAIT != 0 ; then