From aa8e98e506f552be0f2c9a8614717bb9c42649fc Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Wed, 7 May 2025 14:54:23 -0700 Subject: [PATCH] xfs/349: don't run on kernels that don't support scrub Don't run this scrub test if the kernel doesn't support scrub. Fixes: f5f0c11a67a8f5 ("xfs: fuzz every field of every structure") Signed-off-by: Darrick J. Wong Reviewed-by: Christoph Hellwig Signed-off-by: Zorro Lang --- tests/xfs/349 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/349 b/tests/xfs/349 index a68bfee5..a03ab812 100755 --- a/tests/xfs/349 +++ b/tests/xfs/349 @@ -16,9 +16,9 @@ _register_cleanup "_cleanup" BUS . ./common/populate . ./common/fuzzy - _require_scratch _require_scrub +_require_xfs_stress_scrub _require_populate_commands echo "Format and populate" -- 2.39.5