1From 8b2beb24819a976f575e8cec04e3fe6ca8851017 Mon Sep 17 00:00:00 2001 2From: Lukas Czerner <lczerner@redhat.com> 3Date: Tue, 24 Aug 2021 14:10:19 +0200 4Subject: [PATCH] tests: update expect files for f_mmp_garbage 5 6Update expect file for f_mmp_garbage test to work correctly with the 7new default 256 inode size. 8 9Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default") 10Signed-off-by: Lukas Czerner <lczerner@redhat.com> 11Signed-off-by: Theodore Ts'o <tytso@mit.edu> 12--- 13 tests/f_mmp_garbage/expect.1 | 2 +- 14 tests/f_mmp_garbage/expect.2 | 2 +- 15 2 files changed, 2 insertions(+), 2 deletions(-) 16 17diff --git a/tests/f_mmp_garbage/expect.1 b/tests/f_mmp_garbage/expect.1 18index a8add10..4134eae 100644 19--- a/tests/f_mmp_garbage/expect.1 20+++ b/tests/f_mmp_garbage/expect.1 21@@ -5,5 +5,5 @@ Pass 2: Checking directory structure 22 Pass 3: Checking directory connectivity 23 Pass 4: Checking reference counts 24 Pass 5: Checking group summary information 25-test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks 26+test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks 27 Exit status is 0 28diff --git a/tests/f_mmp_garbage/expect.2 b/tests/f_mmp_garbage/expect.2 29index 6630002..3bca182 100644 30--- a/tests/f_mmp_garbage/expect.2 31+++ b/tests/f_mmp_garbage/expect.2 32@@ -3,5 +3,5 @@ Pass 2: Checking directory structure 33 Pass 3: Checking directory connectivity 34 Pass 4: Checking reference counts 35 Pass 5: Checking group summary information 36-test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks 37+test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks 38 Exit status is 0 39-- 401.8.3.1 41 42