From 1ed7bd56b1a6bc4b41aa0119efdb727895a7c74a Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Tue, 6 Dec 2016 22:18:21 -0600 Subject: [PATCH] Fix leaks-kill.sh --check --- tests/kdc/leaks-kill.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/kdc/leaks-kill.sh b/tests/kdc/leaks-kill.sh index ce9c3d011..d8c7935c1 100644 --- a/tests/kdc/leaks-kill.sh +++ b/tests/kdc/leaks-kill.sh @@ -5,8 +5,8 @@ checkonly=no if [ "X$1" = "X--check" ] ; then checkonly=yes - pid=$2 - name=$3 + name=$2 + pid=$3 else name=$1 pid=$2