From 579e9ae1ddd15d7f9c9d01b23133b6187ae1b2b9 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Mon, 25 Jun 2018 09:43:18 -0400 Subject: [PATCH] tests: fix up f_detect_junk and f_detect_xfs The golden output files for these two tests were out of date. Signed-off-by: Theodore Ts'o --- tests/f_detect_junk/expect | 1 - tests/f_detect_xfs/expect | 1 - tests/f_detect_xfs/expect.nodebugfs | 2 -- 3 files changed, 4 deletions(-) diff --git a/tests/f_detect_junk/expect b/tests/f_detect_junk/expect index 59f34b8..39f99af 100644 --- a/tests/f_detect_junk/expect +++ b/tests/f_detect_junk/expect @@ -13,7 +13,6 @@ is corrupt, and you might try running e2fsck with an alternate superblock: *** debugfs debugfs: Bad magic number in super-block while trying to open test.img -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_xfs/expect b/tests/f_detect_xfs/expect index fb510d9..a48e8af 100644 --- a/tests/f_detect_xfs/expect +++ b/tests/f_detect_xfs/expect @@ -14,7 +14,6 @@ is corrupt, and you might try running e2fsck with an alternate superblock: test.img contains a xfs file system labelled 'test_filsys' *** debugfs debugfs: Bad magic number in super-block while trying to open test.img -Checksum errors in superblock! Retrying... test.img contains a xfs file system labelled 'test_filsys' *** tune2fs ../misc/tune2fs: Bad magic number in super-block while trying to open test.img diff --git a/tests/f_detect_xfs/expect.nodebugfs b/tests/f_detect_xfs/expect.nodebugfs index 1a76952..d3b7935 100644 --- a/tests/f_detect_xfs/expect.nodebugfs +++ b/tests/f_detect_xfs/expect.nodebugfs @@ -1,8 +1,6 @@ *** e2fsck ext2fs_open2: Bad magic number in super-block ../e2fsck/e2fsck: Superblock invalid, trying backup blocks... -ext2fs_open2: Bad magic number in super-block -../e2fsck/e2fsck: Superblock invalid, trying backup blocks... ../e2fsck/e2fsck: Bad magic number in super-block while trying to open test.img The superblock could not be read or does not describe a valid ext2/ext3/ext4 -- 1.8.3.1