From: HAMANO Tsukasa Date: Thu, 25 Feb 2021 07:55:28 +0000 (+0900) Subject: fix test025-limits: wait for slapd shutdown X-Git-Tag: OPENLDAP_REL_ENG_2_6_0~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5a5a7588c9c1633930cce8d28dd5a76a1018c3;p=thirdparty%2Fopenldap.git fix test025-limits: wait for slapd shutdown --- diff --git a/tests/scripts/test025-limits b/tests/scripts/test025-limits index d3101f26ef..978dc79f5b 100755 --- a/tests/scripts/test025-limits +++ b/tests/scripts/test025-limits @@ -751,7 +751,7 @@ esac if test $MAINDB != maindb ; then # only mdb currently supports pagedResults control - test $KILLSERVERS != no && kill -HUP $KILLPIDS + test $KILLSERVERS != no && kill -HUP $KILLPIDS && wait echo ">>>>> Test succeeded" exit 0