From 4c5a5a7588c9c1633930cce8d28dd5a76a1018c3 Mon Sep 17 00:00:00 2001 From: HAMANO Tsukasa Date: Thu, 25 Feb 2021 16:55:28 +0900 Subject: [PATCH] fix test025-limits: wait for slapd shutdown --- tests/scripts/test025-limits | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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