From 7609f54d7e1791b005d4b762ab2881f9b66474de Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 24 May 2008 19:10:49 -0400 Subject: [PATCH] Fix m_large_file and r_inline_xattr tests to match with recent changes Signed-off-by: "Theodore Ts'o" --- tests/m_large_file/expect.1 | 4 ++-- tests/r_inline_xattr/expect | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/m_large_file/expect.1 b/tests/m_large_file/expect.1 index e4a5877..212ed60 100644 --- a/tests/m_large_file/expect.1 +++ b/tests/m_large_file/expect.1 @@ -51,8 +51,8 @@ Reserved blocks uid: 0 Reserved blocks gid: 0 First inode: 11 Inode size: 256 -Required extra isize: 24 -Desired extra isize: 24 +Required extra isize: 28 +Desired extra isize: 28 Default directory hash: tea diff --git a/tests/r_inline_xattr/expect b/tests/r_inline_xattr/expect index f72ce87..8e59de3 100644 --- a/tests/r_inline_xattr/expect +++ b/tests/r_inline_xattr/expect @@ -1,6 +1,6 @@ resize2fs test debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' -Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810 +Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 Extended attributes stored in inode body: name = "propervalue" (11) Exit status is 0 @@ -10,7 +10,7 @@ The filesystem on ./test.img is now 5120 blocks long. Exit status is 0 debugfs -R ''stat file'' ./test.img 2>&1 | grep ''^Inode\|in inode body\|name = '' -Inode: 12 Type: regular Mode: 0644 Flags: 0x0 Generation: 3498507810 +Inode: 12 Type: regular Mode: 0644 Flags: 0x0 Extended attributes stored in inode body: name = "propervalue" (11) Exit status is 0 -- 1.8.3.1