summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2018-10-11 10:28:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2018-10-11 10:28:42 -0400
commitcf5587db3ed5453d3b258b986ce51a930a4fc7ac (patch)
tree8964f1f38b19f0f964cfec310af6ec38839c6d90 /tests
parent62dfbc0fb2be77c4e0861c03601fd61dbb01e438 (diff)
parent4c2463c54ba40a92c60bd9f76eabc3f1a69226bb (diff)
downloade2fsprogs-cf5587db3ed5453d3b258b986ce51a930a4fc7ac.tar.gz
Merge branch 'maint' into next
Diffstat (limited to 'tests')
-rw-r--r--tests/test_one.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_one.in b/tests/test_one.in
index 7c5f464d..5d7607ad 100644
--- a/tests/test_one.in
+++ b/tests/test_one.in
@@ -61,7 +61,7 @@ rm -f $test_name.ok $test_name.failed $test_name.log $test_name.slow
#echo -e -n "$test_name: $test_description:\r"
TMPFILE=$(mktemp ${TMPDIR:-/tmp}/e2fsprogs-tmp-$test_name.XXXXXX)
-[ "$SKIP_UNLINK" != "true" ] && trap 'rm -f $TMPFILE ; exit' 1 2 15
+[ "$SKIP_UNLINK" != "true" ] && trap 'rm -f $TMPFILE ; exit' 0 1 2 15
start=$SECONDS
if [ -f $test_dir/script ]; then