mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
fix previous commit
This commit is contained in:
parent
536d4f8e94
commit
09a9e75228
1 changed files with 10 additions and 10 deletions
|
|
@ -149,7 +149,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -283,7 +283,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -309,7 +309,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -340,7 +340,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -370,7 +370,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -400,7 +400,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Search failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -439,7 +439,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Passwd ExOp failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -462,7 +462,7 @@ case $RC in
|
|||
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "WhoAmI failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -510,7 +510,7 @@ case $RC in
|
|||
exit 0
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "Passwd ExOp failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
@ -533,7 +533,7 @@ case $RC in
|
|||
echo "### Hit LDAP_BUSY problem; you may want to re-run the test"
|
||||
;;
|
||||
*)
|
||||
echo "Compare failed ($RC)!"
|
||||
echo "WhoAmI failed ($RC)!"
|
||||
test $KILLSERVERS != no && kill -HUP $KILLPIDS
|
||||
exit $RC
|
||||
;;
|
||||
|
|
|
|||
Loading…
Reference in a new issue