Whamcloud - gitweb
tests: remove unused temporary files for MMP tests
authorAndreas Dilger <adilger@dilger.ca>
Tue, 14 Aug 2012 15:33:24 +0000 (11:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 15 Aug 2012 20:44:59 +0000 (16:44 -0400)
commit03b10639e730a253dc21ef79b123a012f26725b5
treee85c9fb51777403150f42d9257b485e93d6ce18b
parent85668104a8ab9e7cb8c3038fe5a59e162997f574
tests: remove unused temporary files for MMP tests

The MMP tests need to be run on a real disk instead of tmpfs, since
the MMP block access is using O_DIRECT.  As such, they create their
own test files in the local testing directory instead of using the
temporary file created in /tmp by the test_one script.  Delete the
tempfs file before clobbering TMPFILE, otherwise it will leave the
unused file in /tmp after the test is completed.

Signed-off-by: Andreas Dilger <adilger@dilger.ca>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/f_mmp/script
tests/f_mmp_garbage/script
tests/m_mmp/script
tests/t_mmp_1on/script
tests/t_mmp_2off/script