mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-24 02:25:03 +08:00
f_dup_de: Added test case provided from Debian bug report #176814
This commit is contained in:
parent
52734dc532
commit
bc4066dabe
@ -1,3 +1,7 @@
|
||||
2003-03-15 Theodore Ts'o <tytso@mit.edu>
|
||||
|
||||
* f_dup_de: Added test case provided from Debian bug report #176814
|
||||
|
||||
2003-03-06 Theodore Tso <tytso@mit.edu>
|
||||
|
||||
* run_e2fsck, defaults/e_script: Solaris doesn't support "tr -d \r",
|
||||
|
28
tests/f_dup_de/expect.1
Normal file
28
tests/f_dup_de/expect.1
Normal file
@ -0,0 +1,28 @@
|
||||
Pass 1: Checking inodes, blocks, and sizes
|
||||
Pass 2: Checking directory structure
|
||||
Duplicate entry 'mailcap.dpkg-old' found.
|
||||
Marking /etc (12) to be rebuilt.
|
||||
|
||||
Pass 3: Checking directory connectivity
|
||||
Pass 3A: Optimizing directories
|
||||
Duplicate entry 'mailcap.dpkg-old' in /etc (12) found. Clear? yes
|
||||
|
||||
Duplicate entry 'fstab' in /etc (12) found. Clear? yes
|
||||
|
||||
Duplicate entry 'localtime' in /etc (12) found. Clear? yes
|
||||
|
||||
Duplicate entry 'resolv.conf' in /etc (12) found. Clear? yes
|
||||
|
||||
Duplicate entry 'usb.permissions' in /etc (12) found. Clear? yes
|
||||
|
||||
Duplicate entry 'modules.conf.old' in /etc (12) found. Clear? yes
|
||||
|
||||
Entry 'modules.conf.old' in /etc (12) has a non-unique filename.
|
||||
Rename to modules.conf.o~0? yes
|
||||
|
||||
Pass 4: Checking reference counts
|
||||
Pass 5: Checking group summary information
|
||||
|
||||
test_filesys: ***** FILE SYSTEM WAS MODIFIED *****
|
||||
test_filesys: 18/2048 files (5.6% non-contiguous), 325/330 blocks
|
||||
Exit status is 1
|
7
tests/f_dup_de/expect.2
Normal file
7
tests/f_dup_de/expect.2
Normal file
@ -0,0 +1,7 @@
|
||||
Pass 1: Checking inodes, blocks, and sizes
|
||||
Pass 2: Checking directory structure
|
||||
Pass 3: Checking directory connectivity
|
||||
Pass 4: Checking reference counts
|
||||
Pass 5: Checking group summary information
|
||||
test_filesys: 18/2048 files (5.6% non-contiguous), 325/330 blocks
|
||||
Exit status is 0
|
BIN
tests/f_dup_de/image.gz
Normal file
BIN
tests/f_dup_de/image.gz
Normal file
Binary file not shown.
1
tests/f_dup_de/name
Normal file
1
tests/f_dup_de/name
Normal file
@ -0,0 +1 @@
|
||||
duplicate directory entries
|
Loading…
Reference in New Issue
Block a user