From b60038cc226a8133a4f6c1ad2b4dd47cdc44e860 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 30 Jun 2022 10:46:32 -0400 Subject: [PATCH] ext4/044: skip test if the file system does not have a journal This test mounts the file system using "mount -t ext3"; if the file system config creates the file system without the jbd2 journal, the "mount -t ext3" will fail. So skip this test in that case. Signed-off-by: Theodore Ts'o Reviewed-by: Zorro Lang Signed-off-by: Zorro Lang --- tests/ext4/044 | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ext4/044 b/tests/ext4/044 index 46e44053d..158e2ac50 100755 --- a/tests/ext4/044 +++ b/tests/ext4/044 @@ -16,6 +16,7 @@ _begin_fstest auto quick _supported_fs ext4 _require_scratch _require_test_program "t_get_file_time" +_require_metadata_journaling echo "Silence is golden" -- 2.50.1