diff options
author | Stefan Metzmacher <metze@sernet.private> | 2010-01-04 09:27:23 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-01-04 09:36:25 +0100 |
commit | 1525e59886da66a716a0d90206108b4a4f51dc24 (patch) | |
tree | f8d8f7599b710615ef4730caf14f02a9dfefaf75 /testprogs/blackbox | |
parent | 5df8b33ddcccaebef6d899cd07617226c60993a3 (diff) | |
download | samba-1525e59886da66a716a0d90206108b4a4f51dc24.tar.gz samba-1525e59886da66a716a0d90206108b4a4f51dc24.tar.bz2 samba-1525e59886da66a716a0d90206108b4a4f51dc24.zip |
blackbox/test_export_keytab.sh: correctly remove temporary files
metze
Diffstat (limited to 'testprogs/blackbox')
-rwxr-xr-x | testprogs/blackbox/test_export_keytab.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testprogs/blackbox/test_export_keytab.sh b/testprogs/blackbox/test_export_keytab.sh index 0414fe1172..6f2abab694 100755 --- a/testprogs/blackbox/test_export_keytab.sh +++ b/testprogs/blackbox/test_export_keytab.sh @@ -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 |