Message ID | 20220629124540.175775-3-tytso@mit.edu (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Miscellaneous ext4 test fix ups | expand |
On Wed, Jun 29, 2022 at 08:45:35AM -0400, Theodore Ts'o wrote: > 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 <tytso@mit.edu> > --- Good to me, Reviewed-by: Zorro Lang <zlang@redhat.com> > tests/ext4/044 | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/tests/ext4/044 b/tests/ext4/044 > index 46e44053..158e2ac5 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.31.0 >
diff --git a/tests/ext4/044 b/tests/ext4/044 index 46e44053..158e2ac5 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"
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 <tytso@mit.edu> --- tests/ext4/044 | 1 + 1 file changed, 1 insertion(+)