From 78d49d696c0340918c10df9a8df0ee5ff6138470 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Sat, 12 Jun 2004 07:44:26 +0000 Subject: [PATCH] Old slapd needs time to exit before new one starts --- tests/scripts/test027-emptydn | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/test027-emptydn b/tests/scripts/test027-emptydn index e96f9cb76a..9f244599dc 100755 --- a/tests/scripts/test027-emptydn +++ b/tests/scripts/test027-emptydn @@ -74,6 +74,7 @@ if test $RC != 0 ; then fi test $KILLSERVERS != no && kill -HUP $KILLPIDS +sleep 2 LDIFOUT=$EMPTYDNOUT1 -- 2.39.5