]> git.sur5r.net Git - openldap/commitdiff
debugging cleanup
authorJong Hyuk Choi <jongchoi@openldap.org>
Sat, 28 Jun 2003 00:35:15 +0000 (00:35 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Sat, 28 Jun 2003 00:35:15 +0000 (00:35 +0000)
tests/scripts/test019-proxycaching

index 22b2df105d0ebe36acf31dc09025581e1ce7dae4..c2c43a7e4a35810f2274745162299bebe43d14ae 100755 (executable)
@@ -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