mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/229: require 3GB of space
This test requires 3GB of space, so check for that. 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
8ed5571d59
commit
13eeb948e9
@@ -50,6 +50,7 @@ trap "_cleanup ; exit \$status" 0 1 2 3 15
|
||||
_supported_fs xfs
|
||||
_supported_os Linux
|
||||
_require_test
|
||||
_require_fs_space $TEST_DIR 3200000
|
||||
|
||||
TDIR="${TEST_DIR}/t_holes"
|
||||
NFILES="10"
|
||||
|
||||
Reference in New Issue
Block a user