diff mbox series

[06/12] ext4/023: don't require scrub for ext4 populated image creation

Message ID 155304272254.31707.3761494827323670805.stgit@magnolia (mailing list archive)
State Accepted
Headers show
Series fstests: various fixes | expand

Commit Message

Darrick J. Wong March 20, 2019, 12:45 a.m. UTC
From: Darrick J. Wong <darrick.wong@oracle.com>

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>
---
 tests/ext4/023 |    1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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