]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
tests: filter out the checksum seed output from dumpe2fs
authorTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 22:29:17 +0000 (18:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 1 Sep 2022 22:30:29 +0000 (18:30 -0400)
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>
tests/filter.sed

index 5fd68f34b8a04efacba674018fd3e2a7d5d3af98..265f458ca2fc10901fa990a379e67ed306e3bb6a 100644 (file)
@@ -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 /