From c9da565fab9ee812198129f6a1db20657708971e Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Wed, 22 Oct 2003 10:15:07 +0000 Subject: [PATCH] Fix typo in killpid --- tests/scripts/test020-proxycache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/test020-proxycache b/tests/scripts/test020-proxycache index 994e72f3ac..6616e16876 100755 --- a/tests/scripts/test020-proxycache +++ b/tests/scripts/test020-proxycache @@ -30,7 +30,7 @@ if test $WAIT != 0 ; then echo PID $PID read foo fi -KILLPIDS="$PIDS" +KILLPIDS="$PID" echo "Using ldapsearch to check that master slapd is running..." for i in 0 1 2 3 4 5; do -- 2.39.5