mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
blackbox/test_export_keytab.sh: correctly remove temporary files
metze
This commit is contained in:
parent
5df8b33ddc
commit
1525e59886
@ -63,5 +63,5 @@ testit "kinit with keytab as $USERNAME" $VALGRIND $samba4kinit --keytab=$PREFIX/
|
||||
|
||||
testit "del user" $VALGRIND $net user delete nettestuser -k yes $@ || failed=`expr $failed + 1`
|
||||
|
||||
rm -f tmpadminccache tmpuserccache tmpkeytab
|
||||
rm -f $PREFIX/tmpadminccache $PREFIX/tmpuserccache $PREFIX/tmpkeytab
|
||||
exit $failed
|
||||
|
Loading…
x
Reference in New Issue
Block a user