mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/331: don't run this test if fallocate isn't supported
This test requires fallocate, so make sure that actually works before running it. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Zorro Lang <zlang@redhat.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
01e8749809
commit
d40de4f744
@@ -32,6 +32,7 @@ _supported_fs xfs
|
||||
_require_scratch
|
||||
_require_xfs_scratch_rmapbt
|
||||
_require_scratch_reflink
|
||||
_require_xfs_io_command "falloc"
|
||||
_require_test_program "punch-alternating"
|
||||
|
||||
rm -f "$seqres.full"
|
||||
|
||||
Reference in New Issue
Block a user