diff options
author | Theodore Ts'o <tytso@mit.edu> | 2005-01-28 11:46:05 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2005-01-28 11:46:05 -0500 |
commit | 1e87f8aea2fd81a73dcac93fe9ce0a3f8cffd368 (patch) | |
tree | 4ac0ae17df1a00edf20648861b6f30918447d05e /tests | |
parent | ea774315631accb05e2407765c6b448d648d14d6 (diff) | |
download | e2fsprogs-1e87f8aea2fd81a73dcac93fe9ce0a3f8cffd368.tar.gz |
f_bad_inode, f_recnect_bad: Adjust test cases to take into
account the change which clears the i_file_acl field earlier.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ChangeLog | 5 | ||||
-rw-r--r-- | tests/f_badinode/expect.1 | 4 | ||||
-rw-r--r-- | tests/f_recnect_bad/expect.1 | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index c4799761..a05d683d 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,8 @@ +2005-01-28 Theodore Ts'o <tytso@mit.edu> + + * f_bad_inode, f_recnect_bad: Adjust test cases to take into + account the change which clears the i_file_acl field earlier. + 2005-01-27 Theodore Ts'o <tytso@mit.edu> * f_clear_xattr: New test case diff --git a/tests/f_badinode/expect.1 b/tests/f_badinode/expect.1 index 4601f1e3..a3745571 100644 --- a/tests/f_badinode/expect.1 +++ b/tests/f_badinode/expect.1 @@ -7,10 +7,10 @@ Pass 2: Checking directory structure Inode 12 (/motd) has a bad mode (0110444). Clear? yes -i_fsize for inode 13 (/timings) is 4, should be zero. +i_file_acl for inode 13 (/timings) is 39, should be zero. Clear? yes -i_file_acl for inode 13 (/timings) is 39, should be zero. +i_fsize for inode 13 (/timings) is 4, should be zero. Clear? yes Inode 14 (/block_dev) is an illegal block device. diff --git a/tests/f_recnect_bad/expect.1 b/tests/f_recnect_bad/expect.1 index 609a8fde..6150dc74 100644 --- a/tests/f_recnect_bad/expect.1 +++ b/tests/f_recnect_bad/expect.1 @@ -6,10 +6,10 @@ Clear? yes i_dir_acl for inode 15 (/test/quux) is 12, should be zero. Clear? yes -i_faddr for inode 13 (/test/???) is 12, should be zero. +i_file_acl for inode 13 (/test/???) is 12, should be zero. Clear? yes -i_file_acl for inode 13 (/test/???) is 12, should be zero. +i_faddr for inode 13 (/test/???) is 12, should be zero. Clear? yes Pass 3: Checking directory connectivity @@ -19,6 +19,9 @@ Connect to /lost+found? yes Pass 4: Checking reference counts Inode 13 ref count is 4, should be 3. Fix? yes +i_file_acl for inode 28 (...) is 4294967295, should be zero. +Clear? yes + Inode 28 (...) has a bad mode (0177777). Clear? yes |