Update expect file for f_mmp_garbage test to work correctly with the new default 256 inode size. Fixes: d730be5ceeba ("tests: update mke2fs.conf to create 256 byte inodes by default") Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> --- tests/f_mmp_garbage/expect.1 | 2 +- tests/f_mmp_garbage/expect.2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/f_mmp_garbage/expect.1 b/tests/f_mmp_garbage/expect.1 index a8add101..4134eaea 100644 --- a/tests/f_mmp_garbage/expect.1 +++ b/tests/f_mmp_garbage/expect.1 @@ -5,5 +5,5 @@ Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information -test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks +test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks Exit status is 0 diff --git a/tests/f_mmp_garbage/expect.2 b/tests/f_mmp_garbage/expect.2 index 66300025..3bca182e 100644 --- a/tests/f_mmp_garbage/expect.2 +++ b/tests/f_mmp_garbage/expect.2 @@ -3,5 +3,5 @@ Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information -test_filesys: 11/64 files (0.0% non-contiguous), 13/100 blocks +test_filesys: 11/64 files (0.0% non-contiguous), 15/100 blocks Exit status is 0 -- 2.31.1