From: Kurt Zeilenga Date: Sun, 15 Nov 1998 21:03:21 +0000 (+0000) Subject: Whoops. local debugging changes should not have made it into X-Git-Tag: OPENLDAP_REL_ENG_1_1_ALPHA3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12fac1d5be7e933ba655ae65af00a5b4f65d7e24;p=thirdparty%2Fopenldap.git Whoops. local debugging changes should not have made it into previous patch set. --- diff --git a/tests/scripts/test001-ldif2ldbm b/tests/scripts/test001-ldif2ldbm index 16bed93019..26d10fff94 100755 --- a/tests/scripts/test001-ldif2ldbm +++ b/tests/scripts/test001-ldif2ldbm @@ -8,7 +8,7 @@ echo "Cleaning up in $DBDIR..." rm -f $DBDIR/[!C]* echo "Running ldif2ldbm to build slapd database..." -$LDIF2LDBM -j 1 -d 1 -f $CONF -i $LDIF -e ../servers/slapd/tools +$LDIF2LDBM -f $CONF -i $LDIF -e ../servers/slapd/tools RC=$? if [ $RC != 0 ]; then echo "ldif2ldbm failed!"