less verbose
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23135 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -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}"; }
|
||||
|
Reference in New Issue
Block a user