mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
tests/xfs: don't run tests if cowextsize isn't present
Some of the tests forgot to check that xfs_io has a cowextsize command, so fix that here. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Eryu Guan <eguan@redhat.com> Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
committed by
Eryu Guan
parent
a54bed2236
commit
5ca088bdd2
@@ -55,6 +55,7 @@ _supported_os Linux
|
||||
_supported_fs xfs
|
||||
_require_scratch_reflink
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_xfs_io_command "cowextsize"
|
||||
_require_xfs_io_command "fpunch"
|
||||
_require_xfs_io_command "bmap" "-c"
|
||||
_require_cp_reflink
|
||||
|
||||
Reference in New Issue
Block a user