diff --git a/tests/ChangeLog b/tests/ChangeLog index 1e22faff..3e48df6e 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,9 @@ +2001-11-30 Theodore Tso + + * f_badorphan, f_journal: Update expect files to reflect the fact + that new e2fsck's will move the .journal file to a hidden + inode. + 2001-11-26 Theodore Tso * f_miss_blk_bmap: Add new test which checks for bug in e2fsck diff --git a/tests/f_badorphan/expect.1 b/tests/f_badorphan/expect.1 index a58967a4..54bcbfc8 100644 --- a/tests/f_badorphan/expect.1 +++ b/tests/f_badorphan/expect.1 @@ -1,3 +1,6 @@ +Found invalid V2 journal superblock fields (from V1 journal). +Clearing fields beyond the V1 journal superblock... + Clearing orphaned inode 54 (uid=0, gid=0, mode=0100600, size=44610) Clearing orphaned inode 32 (uid=0, gid=0, mode=040700, size=1024) Clearing orphaned inode 67 (uid=0, gid=0, mode=040700, size=1024) diff --git a/tests/f_journal/expect.1 b/tests/f_journal/expect.1 index b3ea369c..8859a6d9 100644 --- a/tests/f_journal/expect.1 +++ b/tests/f_journal/expect.1 @@ -47,6 +47,8 @@ Clearing orphaned inode 73 (uid=0, gid=0, mode=040700, size=1024) Clearing orphaned inode 55 (uid=0, gid=0, mode=0100600, size=4096) Clearing orphaned inode 24 (uid=0, gid=0, mode=0100600, size=4096) Clearing orphaned inode 59 (uid=0, gid=0, mode=0100600, size=4096) +Moving journal from /journal to hidden inode. + Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity @@ -54,5 +56,5 @@ Pass 4: Checking reference counts Pass 5: Checking group summary information test_filesys: ***** FILE SYSTEM WAS MODIFIED ***** -test_filesys: 54/2048 files (1.9% non-contiguous), 1409/8192 blocks +test_filesys: 53/2048 files (1.9% non-contiguous), 1409/8192 blocks Exit status is 1 diff --git a/tests/f_journal/expect.2 b/tests/f_journal/expect.2 index ab2cc1a6..47c52f73 100644 --- a/tests/f_journal/expect.2 +++ b/tests/f_journal/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: 54/2048 files (1.9% non-contiguous), 1409/8192 blocks +test_filesys: 53/2048 files (1.9% non-contiguous), 1409/8192 blocks Exit status is 0