41 lines
1.5 KiB
Diff
41 lines
1.5 KiB
Diff
|
From 46a9f9ae2760263252595ea2cc67e2dde4542842 Mon Sep 17 00:00:00 2001
|
||
|
From: Lukas Czerner <lczerner@redhat.com>
|
||
|
Date: Tue, 24 Aug 2021 11:08:31 +0200
|
||
|
Subject: [PATCH 1/2] tests: update expect files for f_mmp_garbage
|
||
|
|
||
|
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@redhat.com>
|
||
|
---
|
||
|
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
|
||
|
|