mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
generic: Add check for required keep_size/punch_hole/zero_range/collapse_range
Tests need the exact operations to reproduce some issues by --replay-ops so skip tests rather than one operation if a required operation/flag in tests is not supported. Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
@@ -40,6 +40,9 @@ rm -f $seqres.full
|
||||
_supported_fs generic
|
||||
_supported_os Linux
|
||||
_require_test
|
||||
_require_xfs_io_command "falloc" "-k"
|
||||
_require_xfs_io_command "fpunch"
|
||||
_require_xfs_io_command "fzero"
|
||||
|
||||
run_fsx()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user