From 5dced3d1b3deca80e01415a2e35dc7972dcbfae7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 11:25:10 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- tests/r_inline_xattr/expect | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/r_inline_xattr/expect (limited to 'tests/r_inline_xattr/expect') diff --git a/tests/r_inline_xattr/expect b/tests/r_inline_xattr/expect new file mode 100644 index 0000000..773db10 --- /dev/null +++ b/tests/r_inline_xattr/expect @@ -0,0 +1,14 @@ +resize2fs test +debugfs -R ''stat file'' test.img 2>&1 | grep -E ''^Inode\|in inode body\|user.name \('' +Inode: 1550 Type: regular Mode: 0644 Flags: 0x0 + user.name (11) = "propervalue" +Exit status is 0 +resize2fs test.img 5M +Resizing the filesystem on test.img to 5120 (1k) blocks. +The filesystem on test.img is now 5120 (1k) blocks long. + +Exit status is 0 +debugfs -R ''stat file'' test.img 2>&1 | grep -E ''^Inode\|in inode body\|user.name \('' +Inode: 12 Type: regular Mode: 0644 Flags: 0x0 + user.name (11) = "propervalue" +Exit status is 0 -- cgit v1.2.3