From f7d0a306291ade6f2b91c1073e11fe5a663d6266 Mon Sep 17 00:00:00 2001 From: Jan Kara Date: Wed, 13 Aug 2014 11:20:59 +1000 Subject: [PATCH] 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 --- tests/generic/225 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/generic/225 b/tests/generic/225 index 73b125ad..6134c8cc 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 -- 2.47.3