From 82af19ea20ef57f6095389328f06261ae5dcc2d4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sun, 6 Mar 2016 21:22:13 -0500 Subject: [PATCH] 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 --- tests/f_extent_htree/script | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/f_extent_htree/script b/tests/f_extent_htree/script index 60854c65..35aaf19d 100644 --- a/tests/f_extent_htree/script +++ b/tests/f_extent_htree/script @@ -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).