diff mbox

ext4/021: add _require_metadata_journaling

Message ID 20160707201202.GA3195@localhost.localdomain (mailing list archive)
State New, archived
Headers show

Commit Message

Eric Whitney July 7, 2016, 8:12 p.m. UTC
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@gmail.com>
---
 tests/ext4/021 | 1 +
 1 file changed, 1 insertion(+)
diff mbox

Patch

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))