From 0738f66318b40ac071b01eb4d5a31af470588bc7 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Tue, 5 Feb 2019 19:48:16 +0100 Subject: [PATCH] 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 --- tests/xfs/252 | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5