From: Darrick J. Wong Date: Wed, 20 Mar 2019 00:45:22 +0000 (-0700) Subject: ext4/023: don't require scrub for ext4 populated image creation X-Git-Tag: v2022.05.01~1219 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=54a148574f2b101ae4793ce105410f6d47027783;p=xfstests-dev.git ext4/023: don't require scrub for ext4 populated image creation Don't require scrub for ext4's populated fs creation test because there is no general online scrub program for ext*. Signed-off-by: Darrick J. Wong Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/tests/ext4/023 b/tests/ext4/023 index a598e2b4..1dadb29f 100755 --- a/tests/ext4/023 +++ b/tests/ext4/023 @@ -33,7 +33,6 @@ _cleanup() _supported_os Linux _supported_fs ext4 _require_scratch -_require_scrub echo "Format and populate" _scratch_populate_cached > $seqres.full 2>&1