mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 20:49:35 -05:00
Fix misplaced ">>>>> Test succeeded" messages
This commit is contained in:
parent
bac546adb0
commit
d9b243072c
1 changed files with 2 additions and 6 deletions
|
|
@ -85,8 +85,6 @@ if test $? != 0 ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
|
||||
echo "Reconfiguring slapd to test valsort descending"
|
||||
|
||||
$LDAPMODIFY -x -D cn=config -h $LOCALHOST -p $PORT1 -w $PASSWD > \
|
||||
|
|
@ -133,8 +131,6 @@ if test $? != 0 ; then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
|
||||
echo "Adding a valsort record with weighted ou..."
|
||||
|
||||
$LDAPADD -D "$VALSORTDN" -h $LOCALHOST -p $PORT1 -w $PASSWD \
|
||||
|
|
@ -217,8 +213,8 @@ fi
|
|||
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
|
||||
test $KILLSERVERS != no && wait
|
||||
|
||||
echo ">>>>> Test succeeded"
|
||||
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue