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:
Darrick J. Wong
2016-06-16 18:47:24 -07:00
committed by Eryu Guan
parent 8ed5571d59
commit 13eeb948e9
+1
View File
@@ -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"