From 9e657b7676895ecddb0f2e14791be3f06d9543b1 Mon Sep 17 00:00:00 2001 From: Ryan Tandy Date: Tue, 25 Apr 2017 01:53:56 +0000 Subject: [PATCH] ITS#8644 fix previous commit: initialize KILLPIDS --- tests/scripts/test064-constraint | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/scripts/test064-constraint b/tests/scripts/test064-constraint index 2ac53acb18..f0a68c4d41 100755 --- a/tests/scripts/test064-constraint +++ b/tests/scripts/test064-constraint @@ -115,6 +115,7 @@ if test $WAIT != 0 ; then echo PID $PID read foo fi +KILLPIDS="$PID" sleep 1 echo "Using ldapsearch to check that slapd is running..." -- 2.39.5