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 <jack@xxxxxxx> --- tests/generic/225 | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/generic/225 b/tests/generic/225 index 73b125a..6134c8c 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 -- 1.6.0.2 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html