]> git.sur5r.net Git - openldap/commitdiff
Remove cruft
authorHoward Chu <hyc@openldap.org>
Sun, 11 Feb 2007 23:27:50 +0000 (23:27 +0000)
committerHoward Chu <hyc@openldap.org>
Sun, 11 Feb 2007 23:27:50 +0000 (23:27 +0000)
tests/scripts/test051-config-undo

index 1ee115124ec7f63270ab98051666b3d1db7391f7..825a1159093cefcddb087a22df7597cb9de9da73 100755 (executable)
@@ -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