From 1525e59886da66a716a0d90206108b4a4f51dc24 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jan 2010 09:27:23 +0100 Subject: blackbox/test_export_keytab.sh: correctly remove temporary files metze --- testprogs/blackbox/test_export_keytab.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testprogs/blackbox/test_export_keytab.sh') 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 -- cgit