summaryrefslogtreecommitdiff
path: root/testprogs/blackbox/test_export_keytab.sh
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/blackbox/test_export_keytab.sh')
-rwxr-xr-xtestprogs/blackbox/test_export_keytab.sh2
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