--- tests/scripts/test000-rootdse 2000/09/13 00:42:37 1.1.2.2 +++ tests/scripts/test000-rootdse 2000/09/13 18:16:13 1.1.2.3 @@ -1,5 +1,5 @@ #! /bin/sh -# $OpenLDAP$ +# $OpenLDAP: pkg/ldap/tests/scripts/test000-rootdse,v 1.4 2000/09/13 12:31:22 kurt Exp $ if test $# -eq 0 ; then SRCDIR="." @@ -21,7 +21,7 @@ echo "Cleaning up in $DBDIR..." rm -f $DBDIR/[!C]* echo "Starting slapd on TCP/IP port $PORT..." -$SLAPD -f $CONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & +$SLAPD -f $SCHEMACONF -h $MASTERURI -d $LVL $TIMING > $MASTERLOG 2>&1 & PID=$! echo "Using ldapsearch to retrieve all the entries..."