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