Whamcloud - gitweb
tests: don't leave temporary files at end of test
authorAndreas Dilger <adilger@dilger.ca>
Tue, 10 Oct 2017 22:39:52 +0000 (16:39 -0600)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 15 Oct 2017 20:04:46 +0000 (16:04 -0400)
commit845eac42ed0da466eb4f8e23e0855d8968ac1b7f
tree920382b21257b09a7ce62197de623b5d63eb428d
parent6ae16a6814f47c96c261519380df7a7820c8f468
tests: don't leave temporary files at end of test

Don't leave temp files around after test has completed successfully.
Some test scripts were creating their own temporary files, and in
some cases test_one was skipping a test completely (e.g. slow) after
the temp file had been created.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/d_fallocate/script
tests/d_fallocate_bigalloc/script
tests/d_xattr_edits/script
tests/test_one.in