From 0fca2e52331b865eb962d519d963b5c3580b45fd Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Tue, 5 Jun 2018 09:43:14 -0700 Subject: [PATCH] xfs/310: fix _require_scratch_nocheck ordering 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- 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 -- 2.39.5