An ext4 file system can be created without a journal, but ext4/021 presumes it will contain one. Make that requirement explicit to avoid unnecessary failures when testing "nojournal" file systems. Signed-off-by: Eric Whitney <enwlinux@xxxxxxxxx> --- tests/ext4/021 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/021 b/tests/ext4/021 index 9dfd191..d758818 100755 --- a/tests/ext4/021 +++ b/tests/ext4/021 @@ -48,6 +48,7 @@ _supported_fs ext4 _supported_os Linux _require_scratch _require_dumpe2fs +_require_metadata_journaling $SCRATCH_DEV # 8M in bytes fssize=$((8 * 1024 * 1024)) -- 2.1.4 -- To unsubscribe from this list: send the line "unsubscribe fstests" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html