From: Darrick J. Wong Date: Fri, 17 Jun 2016 01:47:24 +0000 (-0700) Subject: xfs/229: require 3GB of space X-Git-Tag: v2022.05.01~2446 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=13eeb948e90e7f4e4ca10be718543bb30142130e;p=xfstests-dev.git 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 --- 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"