aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2022-09-01 18:29:17 -0400
committerTheodore Ts'o <tytso@mit.edu>2022-09-01 18:30:29 -0400
commited2850e8cfcfab44805dcc0e0a89dd4ecf31e344 (patch)
tree84460d7922e795203e60914b181d7def6d458028 /tests
parenta60d9cf2a6f29a9e4b56d8f3ec9dde7675661dd8 (diff)
downloade2fsprogs-ed2850e8cfcfab44805dcc0e0a89dd4ecf31e344.tar.gz
tests: filter out the checksum seed output from dumpe2fs
The checksum seed is randomly set (normally set from the UUID) so it will vary from run to run. So if it is present, we want to filter out from a test log file. Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/filter.sed1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/filter.sed b/tests/filter.sed
index 5fd68f34b..265f458ca 100644
--- a/tests/filter.sed
+++ b/tests/filter.sed
@@ -28,6 +28,7 @@ s/\\015//g
s/, csum 0x\([0-9a-f]*\)//g
s/ csum 0x\([0-9a-f]*\)//g
/^Checksum:/d
+/^Checksum seed:/d
s/while trying to open [^ ]*/while trying to open test.img/
s/he filesystem on [^ ]* /he filesystem on test.img /
s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /