From: Christoph Hellwig Date: Tue, 5 Feb 2019 18:48:16 +0000 (+0100) Subject: xfs/252: requires fallocate support for preallocation X-Git-Tag: v2022.05.01~1269 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0738f66318b40ac071b01eb4d5a31af470588bc7;p=xfstests-dev.git xfs/252: requires fallocate support for preallocation xfs/252 has a few feature tests, but misses checking for preallocation support. Because of that it will fail instead of not being run for and XFS file system in always COW mode. Signed-off-by: Christoph Hellwig Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/xfs/252 b/tests/xfs/252 index df795b81..86666a68 100755 --- a/tests/xfs/252 +++ b/tests/xfs/252 @@ -31,6 +31,7 @@ _supported_fs xfs _supported_os Linux _require_test +_require_xfs_io_command "falloc" _require_xfs_io_command "fpunch" _require_xfs_io_command "fiemap"