From 024bdaea1c5741d37bf62b0fcb5a581ede5a5682 Mon Sep 17 00:00:00 2001 From: Eric Whitney Date: Thu, 7 Jul 2016 16:12:02 -0400 Subject: [PATCH] ext4/021: add _require_metadata_journaling 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 Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/ext4/021 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/021 b/tests/ext4/021 index 9dfd1918..d758818b 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.39.5