less verbose

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23135 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-28 18:02:15 +00:00
parent 24c158de7c
commit 51f53d0805

View File

@@ -139,8 +139,6 @@ echo "check that foo is still there"
${klist} -l | grep foo@ >/dev/null || { ec=1 ; eval "${testfailed}"; }
${kswitch} -p foo@${R} || { ec=1 ; eval "${testfailed}"; }
echo "delete foo"
${klist}
${klist} -l
${kdestroy} || { ec=1 ; eval "${testfailed}"; }
echo "check that foo is gone"
${klist} -l | grep foo@ >/dev/null && { ec=1 ; eval "${testfailed}"; }