From: Theodore Ts'o Date: Sun, 24 Mar 2019 06:36:08 +0000 (-0400) Subject: tests: fix f_valid_ea_in_inode to use the ea_feature X-Git-Tag: v1.45.1-rc1~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a64e93078a00dc5847dd8716cf3a83e4f5140d4;p=thirdparty%2Fe2fsprogs.git tests: fix f_valid_ea_in_inode to use the ea_feature This time for real! The test-ea file has three very long xattrs, description and description2 which are identical and share an inode to store their value, and description3, which has a different value, and thus uses another inode for storing its value. Signed-off-by: Theodore Ts'o --- diff --git a/tests/f_valid_ea_in_inode/expect.1 b/tests/f_valid_ea_in_inode/expect.1 index a4d6dd212..5613bc0a1 100644 --- a/tests/f_valid_ea_in_inode/expect.1 +++ b/tests/f_valid_ea_in_inode/expect.1 @@ -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: 22/2048 files (0.0% non-contiguous), 2072/8192 blocks +test_filesys: 24/24 files (0.0% non-contiguous), 45/200 blocks Exit status is 0 diff --git a/tests/f_valid_ea_in_inode/image.gz b/tests/f_valid_ea_in_inode/image.gz index e40f78310..98e72dc8b 100644 Binary files a/tests/f_valid_ea_in_inode/image.gz and b/tests/f_valid_ea_in_inode/image.gz differ