From 1a4c6384c438f4ca4a0eae9a21c4d465cb7275ef Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 25 May 2017 13:11:40 -0400 Subject: [PATCH] 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 --- tests/f_detect_junk/expect | 1 + tests/f_detect_junk/expect.nodebugfs | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/f_detect_junk/expect b/tests/f_detect_junk/expect index 4295886..8febb84 100644 --- a/tests/f_detect_junk/expect +++ b/tests/f_detect_junk/expect @@ -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 diff --git a/tests/f_detect_junk/expect.nodebugfs b/tests/f_detect_junk/expect.nodebugfs index 0d4ba54..b528046 100644 --- a/tests/f_detect_junk/expect.nodebugfs +++ b/tests/f_detect_junk/expect.nodebugfs @@ -11,11 +11,9 @@ is corrupt, and you might try running e2fsck with an alternate superblock: or e2fsck -b 32768 -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: -- 1.8.3.1