From: Theodore Ts'o Date: Mon, 7 Mar 2016 02:22:13 +0000 (-0500) Subject: tests: cleanup tmpfile for the f_extent_htree X-Git-Tag: v1.43.1~11^2~6 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=82af19ea20ef57f6095389328f06261ae5dcc2d4;p=tools%2Fe2fsprogs.git 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 --- diff --git a/tests/f_extent_htree/script b/tests/f_extent_htree/script index 60854c6..35aaf19 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).