mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Revert last change
Need to rework test to check expected results on a per request basis.
This commit is contained in:
parent
bf987dc8fb
commit
adfa1f5918
1 changed files with 1 additions and 7 deletions
|
|
@ -49,13 +49,7 @@ fi
|
|||
|
||||
echo "Loading database..."
|
||||
$LDAPADD -D "$MANAGERDN" -h $LOCALHOST -p $PORT1 -w $PASSWD -c -f $LDIFDN > \
|
||||
/dev/null 2>&1
|
||||
RC=$?
|
||||
if test $RC != 0 ; then
|
||||
echo "ldapadd failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
fi
|
||||
$TESTOUT 2>&1
|
||||
|
||||
echo "Searching database..."
|
||||
$LDAPSEARCH -b "$BASEDN" -h $LOCALHOST -p $PORT1 > $SEARCHOUT 2>&1
|
||||
|
|
|
|||
Loading…
Reference in a new issue