]> git.sur5r.net Git - openldap/commitdiff
ITS#8644 fix previous commit: initialize KILLPIDS
authorRyan Tandy <ryan@nardis.ca>
Tue, 25 Apr 2017 01:53:56 +0000 (01:53 +0000)
committerRyan Tandy <ryan@nardis.ca>
Tue, 25 Apr 2017 01:53:56 +0000 (01:53 +0000)
tests/scripts/test064-constraint

index 2ac53acb18f9ea79adc01b810b6273abeb681cf2..f0a68c4d419f2fb0141b40f5c5e2a7487cae23e6 100755 (executable)
@@ -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..."