From 13eeb948e90e7f4e4ca10be718543bb30142130e Mon Sep 17 00:00:00 2001 From: "Darrick J. Wong" Date: Thu, 16 Jun 2016 18:47:24 -0700 Subject: [PATCH] xfs/229: require 3GB of space This test requires 3GB of space, so check for that. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/xfs/229 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/xfs/229 b/tests/xfs/229 index c057677c..b8fd914b 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" -- 2.39.5