]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
test_one: make sure the tmpfile is cleaned up if the test script exits
authorTheodore Ts'o <tytso@mit.edu>
Thu, 11 Oct 2018 02:56:12 +0000 (22:56 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 11 Oct 2018 02:56:12 +0000 (22:56 -0400)
commit03fdf30663a584b067cde177abf49dcc5556902a
treeb25ac0e53ca193a061250630399fe6e8357333da
parent98c6113b414782eb5bfcb67c33d09950ed203f20
test_one: make sure the tmpfile is cleaned up if the test script exits

f_detect_junk will skip the test by exiting; and in that case we need
to make sure the test's tmpfile gets cleaned up.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/test_one.in