From fcdd38288b8968a869f2fc7dad5e35a53b0b4042 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Fri, 14 Aug 2009 20:06:04 +0200 Subject: [PATCH] Use ${kdestroy} instead of the direct path --- tests/kdc/check-cc.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/kdc/check-cc.in b/tests/kdc/check-cc.in index 6f2e1b409..47f6ab1d2 100644 --- a/tests/kdc/check-cc.in +++ b/tests/kdc/check-cc.in @@ -111,10 +111,10 @@ ec=0 echo '' ) \ > ${objdir}/krb5-cc.conf -${kswitch} -p foo@${R} 2>/dev/null && ../../kuser/kdestroy -${kswitch} -p foo@${R} 2>/dev/null && ../../kuser/kdestroy -${kswitch} -p bar@${R} 2>/dev/null && ../../kuser/kdestroy -${kswitch} -p bar@${R} 2>/dev/null && ../../kuser/kdestroy +${kswitch} -p foo@${R} 2>/dev/null && ${kdestroy} +${kswitch} -p foo@${R} 2>/dev/null && ${kdestroy} +${kswitch} -p bar@${R} 2>/dev/null && ${kdestroy} +${kswitch} -p bar@${R} 2>/dev/null && ${kdestroy} echo "getting default tickets"; > messages.log ${kinit} foo@${R} || { ec=1 ; eval "${testfailed}"; }