xfs/229: require 3GB of space
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 17 Jun 2016 01:47:24 +0000 (18:47 -0700)
committerEryu Guan <eguan@redhat.com>
Thu, 7 Jul 2016 04:24:13 +0000 (12:24 +0800)
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>
tests/xfs/229

index c057677c5dc43684c8595254968eb944e0b05005..b8fd914b4d3c879082d9f1692944ab6accd8b695 100755 (executable)
@@ -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"