Hi all, When test xfs/097 in my test machine, it always skips and print "[not run] finobt not enabled". I add one line change, and this test could runs OK. Signed-off-by: Yong Sun <yosun@xxxxxxxx> --- tests/xfs/097 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/097 b/tests/xfs/097 index 68eae1d4..1cb7d69c 100755 --- a/tests/xfs/097 +++ b/tests/xfs/097 @@ -46,7 +46,7 @@ TESTDIR="${SCRATCH_MNT}/scratchdir" TESTFILE="${TESTDIR}/testfile" echo "+ create scratch fs" -_scratch_mkfs_xfs > /dev/null +_scratch_mkfs_xfs -m crc=1,finobt=1 > /dev/null echo "+ mount fs image" _scratch_mount -- 2.21.0