]> www.infradead.org Git - users/hch/xfstests-dev.git/commit
ext4/044: skip test if the file system does not have a journal
authorTheodore Ts'o <tytso@mit.edu>
Thu, 30 Jun 2022 14:46:32 +0000 (10:46 -0400)
committerZorro Lang <zlang@kernel.org>
Sat, 2 Jul 2022 13:31:10 +0000 (21:31 +0800)
commitb60038cc226a8133a4f6c1ad2b4dd47cdc44e860
tree31a73abbfc025727828b9e3c7e694ea0d81180f9
parentf30169ce73417154bf058c65525fcd5ce0f5eefd
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 <tytso@mit.edu>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Zorro Lang <zlang@kernel.org>
tests/ext4/044