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-WIP-2016-03-15~21^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82af19ea20ef57f6095389328f06261ae5dcc2d4;p=thirdparty%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 60854c650..35aaf19df 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).