From eecd3d7fe13f0cd136abbacd27d8dccc3795e0d2 Mon Sep 17 00:00:00 2001
From: Howard Chu <hyc@openldap.org>
Date: Sun, 11 Feb 2007 23:27:50 +0000
Subject: [PATCH] Remove cruft

---
 tests/scripts/test051-config-undo | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

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
-- 
GitLab