remove stray klist

This commit is contained in:
Love Hörnquist Åstrand
2011-06-19 11:39:39 -07:00
parent 45b9139cc4
commit e73a5a9c54

View File

@@ -127,7 +127,6 @@ echo "Getting client baz"; > messages.log
${kinit} --password-file=${objdir}/foopassword 'baz\@realm.foo@'${R} || \
{ ec=1 ; eval "${testfailed}"; }
echo "checking that we got back right principal"
${klist}
${klist} | grep 'Principal: baz' > /dev/null || \
{ ec=1 ; eval "${testfailed}"; }
${kdestroy}