From: Howard Chu Date: Sun, 11 Feb 2007 23:27:50 +0000 (+0000) Subject: Remove cruft X-Git-Tag: OPENLDAP_REL_ENG_2_4_4ALPHA~8^2~23 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eecd3d7fe13f0cd136abbacd27d8dccc3795e0d2;p=openldap Remove cruft --- diff --git a/tests/scripts/test051-config-undo b/tests/scripts/test051-config-undo index 1ee115124e..825a115909 100755 --- a/tests/scripts/test051-config-undo +++ b/tests/scripts/test051-config-undo @@ -34,8 +34,7 @@ fi echo "Starting slapd on TCP/IP port $PORT1..." mkdir testrun/confdir -#$SLAPD -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 & -valgrind ../servers/slapd/.libs/lt-slapd -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 & +$SLAPD -f $CONF1 -F testrun/confdir -h $URI1 -d $LVL $TIMING > $LOG1 2>&1 & PID=$! if test $WAIT != 0 ; then echo PID $PID