From: Darrick J. Wong Date: Tue, 5 Jun 2018 16:43:14 +0000 (-0700) Subject: xfs/310: fix _require_scratch_nocheck ordering X-Git-Tag: v2022.05.01~1510 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0fca2e52331b865eb962d519d963b5c3580b45fd;p=xfstests-dev.git 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 --- 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