From: Jan Kara Date: Wed, 13 Aug 2014 01:20:59 +0000 (+1000) Subject: generic/225: Require fiemap support X-Git-Tag: v2022.05.01~3087 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f7d0a306291ade6f2b91c1073e11fe5a663d6266;p=users%2Fhch%2Fxfstests-dev.git generic/225: Require fiemap support Add _require_xfs_io_command "fiemap" to test 225 to properly handle the situation when fiemap isn't supported by the filesystem. Signed-off-by: Jan Kara Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- diff --git a/tests/generic/225 b/tests/generic/225 index 73b125add..6134c8cc3 100755 --- a/tests/generic/225 +++ b/tests/generic/225 @@ -44,6 +44,7 @@ _cleanup() _supported_fs generic _supported_os Linux _require_scratch +_require_xfs_io_command "fiemap" _scratch_mkfs > /dev/null 2>&1 _scratch_mount > /dev/null 2>&1