From: Darrick J. Wong <darrick.wong@xxxxxxxxxx> 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@xxxxxxxxxx> --- tests/xfs/310 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html