From: Hugh Dickins Date: Thu, 18 Feb 2016 23:46:27 +0000 (+1100) Subject: generic/009: require fiemap X-Git-Tag: v2022.05.01~2606 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=a8e24c8ab5cd844409dea54bad4b8d4d537290ac;p=xfstests-dev.git generic/009: require fiemap Require xfs_io commands fiemap and falloc as well as fzero: fzero without falloc is unlikely, but tmpfs may later support fzero, though probably never fiemap (and in v3.15 wrongly claimed to support fzero). Signed-off-by: Hugh Dickins Signed-off-by: Theodore Ts'o Reviewed-by: Christoph Hellwig Signed-off-by: Dave Chinner --- diff --git a/tests/generic/009 b/tests/generic/009 index 7fbec344..5902afd3 100755 --- a/tests/generic/009 +++ b/tests/generic/009 @@ -45,6 +45,8 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15 # real QA test starts here _supported_os Linux _require_xfs_io_command "fzero" +_require_xfs_io_command "fiemap" +_require_xfs_io_command "falloc" _require_test testfile=$TEST_DIR/009.$$