]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
ext4/023: don't require scrub for ext4 populated image creation
authorDarrick J. Wong <darrick.wong@oracle.com>
Wed, 20 Mar 2019 00:45:22 +0000 (17:45 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sat, 23 Mar 2019 13:27:12 +0000 (21:27 +0800)
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 <darrick.wong@oracle.com>
Reviewed-by: Eryu Guan <guaneryu@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/ext4/023

index a598e2b4c25e6264b3ae7537e2744283f17b6eda..1dadb29fb6cb956f643f657fc700f9451a8be381 100755 (executable)
@@ -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