commit | 845eac42ed0da466eb4f8e23e0855d8968ac1b7f | [log] [tgz] |
---|---|---|
author | Andreas Dilger <adilger@dilger.ca> | Tue Oct 10 16:39:52 2017 -0600 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 15 16:04:46 2017 -0400 |
tree | 920382b21257b09a7ce62197de623b5d63eb428d | |
parent | 6ae16a6814f47c96c261519380df7a7820c8f468 [diff] |
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>