clean up from others before trying to run this

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24172 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-12-11 05:12:07 +00:00
parent fc27e9b239
commit 0e3029c722

View File

@@ -111,6 +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
echo "getting default tickets"; > messages.log
${kinit} foo@${R} || { ec=1 ; eval "${testfailed}"; }