tests: cleanup tmpfile for the f_extent_htree

The interim hack to allow this test to work for the maint branch ends
up leaving the tmpfile around.  Clean this up.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
maint
Theodore Ts'o 2016-03-06 21:22:13 -05:00
parent ba60bb903f
commit 82af19ea20
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,9 @@
FSCK_OPT="-fyvD"
. $cmd_dir/run_e2fsck
rm -f $TMPFILE
exit $?
exit 0
# This script depends on "mke2fs -d", which is only in master and not maint,
# to populate the file directory tree poorly (namely that there are no
# contiguous blocks in the directory leaf and the extent tree is large).