Fix misplaced ">>>>> Test succeeded" messages

This commit is contained in:
Hallvard Furuseth 2006-04-26 15:08:34 +00:00
parent bac546adb0
commit d9b243072c

View file

@ -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