From d40de4f744415dd87178d97a654b6a4ead6ab4d4 Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Mon, 14 Sep 2020 18:43:00 -0700 Subject: [PATCH] xfs/331: don't run this test if fallocate isn't supported This test requires fallocate, so make sure that actually works before running it. Signed-off-by: Darrick J. Wong Reviewed-by: Zorro Lang Reviewed-by: Christoph Hellwig Signed-off-by: Eryu Guan --- tests/xfs/331 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/331 b/tests/xfs/331 index b26ea155..501dd1f8 100755 --- a/tests/xfs/331 +++ b/tests/xfs/331 @@ -32,6 +32,7 @@ _supported_fs xfs _require_scratch _require_xfs_scratch_rmapbt _require_scratch_reflink +_require_xfs_io_command "falloc" _require_test_program "punch-alternating" rm -f "$seqres.full" -- 2.25.1