From: Jeff Layton Date: Wed, 30 Aug 2023 10:58:51 +0000 (-0400) Subject: generic/578: add a check to ensure that fiemap is supported X-Git-Tag: v2023.09.03~8 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=24f63dbc15deb93fd44fe785e148756883ace768;p=xfstests-dev.git generic/578: add a check to ensure that fiemap is supported This test requires FIEMAP support. Suggested-by: Zorro Lang Signed-off-by: Jeff Layton Reviewed-by: Darrick J. Wong Signed-off-by: Zorro Lang --- diff --git a/tests/generic/578 b/tests/generic/578 index b024f6ff..e8bb97f7 100755 --- a/tests/generic/578 +++ b/tests/generic/578 @@ -24,6 +24,7 @@ _cleanup() _supported_fs generic _require_test_program "mmap-write-concurrent" _require_command "$FILEFRAG_PROG" filefrag +_require_xfs_io_command "fiemap" _require_test_reflink _require_cp_reflink