blob: 1491245615043cb0e4ee73b9fd8245238ca24196 (
plain) (
tree)
|
|
From 579e9ae1ddd15d7f9c9d01b23133b6187ae1b2b9 Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <tytso@mit.edu>
Date: Mon, 25 Jun 2018 09:43:18 -0400
Subject: 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 <tytso@mit.edu>
---
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
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_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
test.img: Bad magic number in super-block while opening filesystem
-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
--
cgit v1.1
|