mirror of
https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
synced 2024-11-27 20:14:46 +08:00
tests: fix expected output for f_detect_junk
The expect files for f_detect_junk had gotten out of sync with the code base, and since this test is optional (it depends on libmagic being installed), we hadn't noticed. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
parent
855c2ecb21
commit
1a4c6384c4
@ -13,6 +13,7 @@ is corrupt, and you might try running e2fsck with an alternate superblock:
|
||||
|
||||
*** debugfs
|
||||
test.img: Bad magic number in super-block while opening filesystem
|
||||
Checksum errors in superblock! Retrying...
|
||||
*** tune2fs
|
||||
../misc/tune2fs: Bad magic number in super-block while trying to open test.img
|
||||
*** mke2fs
|
||||
|
@ -11,11 +11,9 @@ is corrupt, and you might try running e2fsck with an alternate superblock:
|
||||
or
|
||||
e2fsck -b 32768 <device>
|
||||
|
||||
test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data
|
||||
*** debugfs
|
||||
*** tune2fs
|
||||
../misc/tune2fs: Bad magic number in super-block while trying to open test.img
|
||||
test.img contains `PNG image data, 148 x 31, 8-bit/color RGBA, non-interlaced' data
|
||||
*** mke2fs
|
||||
Creating filesystem with 16384 1k blocks and 4096 inodes
|
||||
Superblock backups stored on blocks:
|
||||
|
Loading…
Reference in New Issue
Block a user