diff mbox

[3/6] xfs/310: fix _require_scratch_nocheck ordering

Message ID 152821699476.24976.8261670705297495398.stgit@magnolia (mailing list archive)
State Accepted
Headers show

Commit Message

Darrick J. Wong June 5, 2018, 4:43 p.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

In xfs/310 we have to _require_scratch_nocheck last because anything
else that calls _require_scratch (e.g. _require_xfs_scratch_rmapbt) will
create the "check scratch after test exit" file.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
---
 tests/xfs/310 |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/tests/xfs/310 b/tests/xfs/310
index 5c1f20ce..f7b7e30e 100755
--- a/tests/xfs/310
+++ b/tests/xfs/310
@@ -45,8 +45,8 @@  _cleanup()
 # real QA test starts here
 _supported_os Linux
 _supported_fs xfs
-_require_scratch_nocheck
 _require_xfs_scratch_rmapbt
+_require_scratch_nocheck
 _require_xfs_io_command "falloc"
 
 rm -f $seqres.full