testing removal of keytab

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24461 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2009-01-25 00:47:51 +00:00
parent 8915cd15a7
commit 8ae3718ed1

View File

@@ -444,6 +444,9 @@ echo " verify alias entry in keytab with any"
{ ec=1 ; eval "${testfailed}"; }
${kdestroy}
echo "testing removal of keytab"
${ktutil} -k ${keytab} destroy || { ec=1 ; eval "${testfailed}"; }
test -f ${keytabfile} && { ec=1 ; eval "${testfailed}"; }
echo "killing kdc (${kdcpid})"
sh ${srcdir}/leaks-kill.sh kdc $kdcpid || exit 1