]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfs/349: don't run on kernels that don't support scrub
authorDarrick J. Wong <djwong@kernel.org>
Wed, 7 May 2025 21:54:23 +0000 (14:54 -0700)
committerZorro Lang <zlang@kernel.org>
Thu, 8 May 2025 05:24:04 +0000 (13:24 +0800)
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 <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/xfs/349

index a68bfee579ac41475e5ccf494b81ffe341ff6005..a03ab812dc9ec6e22c003ec16608a76ab705413c 100755 (executable)
@@ -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"