From: Jong Hyuk Choi Date: Sat, 28 Jun 2003 00:35:15 +0000 (+0000) Subject: debugging cleanup X-Git-Tag: OPENLDAP_REL_ENG_2_1_MP~849 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1ff440cfb2e964e673d968cc7b3dd3afb347b292;p=openldap debugging cleanup --- diff --git a/tests/scripts/test019-proxycaching b/tests/scripts/test019-proxycaching index 22b2df105d..c2c43a7e4a 100755 --- a/tests/scripts/test019-proxycaching +++ b/tests/scripts/test019-proxycaching @@ -75,7 +75,6 @@ echo "Starting proxy cache on TCP/IP port $SLAVEPORT..." . $CONFFILTER < $PROXYCACHECONF > $CACHECONF $SLAPD -f $CACHECONF -h $SLAVEURI -d $LVL > $SLAVELOG 2>&1 & CACHEPID=$! -WAIT=1 if test $WAIT != 0 ; then echo CACHEPID $CACHEPID read foo