]> git.sur5r.net Git - openldap/commitdiff
Trim debug flag
authorQuanah Gibson-Mount <quanah@openldap.org>
Wed, 28 Nov 2007 23:34:19 +0000 (23:34 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Wed, 28 Nov 2007 23:34:19 +0000 (23:34 +0000)
tests/scripts/test024-unique

index 4d0b0095b9c9634247b4f186c566066b1591273a..b00bbdfc9dcc877e617dbaf14c85deaeac43052c 100755 (executable)
@@ -28,7 +28,7 @@ echo "rootpw `$SLAPPASSWD -T $CONFIGPWF`" >$TESTDIR/configpw.conf
 
 echo "Running slapadd to build slapd database..."
 . $CONFFILTER $BACKEND $MONITORDB < $UNIQUECONF > $CONF1
-$SLAPADD -f $CONF1 -l $LDIFUNIQUE -d7
+$SLAPADD -f $CONF1 -l $LDIFUNIQUE
 RC=$?
 if test $RC != 0 ; then
        echo "slapadd failed ($RC)!"