[PATCH 13/20] xfs/229: require 3GB of space

Darrick J. Wong darrick.wong at oracle.com
Thu Jun 16 20:47:24 CDT 2016


This test requires 3GB of space, so check for that.

Signed-off-by: Darrick J. Wong <darrick.wong at oracle.com>
---
 tests/xfs/229 |    1 +
 1 file changed, 1 insertion(+)


diff --git a/tests/xfs/229 b/tests/xfs/229
index c057677..b8fd914 100755
--- a/tests/xfs/229
+++ b/tests/xfs/229
@@ -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"



More information about the xfs mailing list