]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - tests/filter.sed
mmp: don't assume NUL termination for MMP strings
[thirdparty/e2fsprogs.git] / tests / filter.sed
1 /^debugfs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
2 /^dumpe2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
3 /^e2fsck [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
4 /^mke2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
5 /^resize2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
6 /^tune2fs [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
7 /^e2image [1-9]\.[0-9]*[^ ]* ([0-9]*-[A-Za-z]*-[0-9]*)/d
8 s/\\015//g
9 /automatically checked/d
10 /^Directory Hash Seed:/d
11 /Discarding device blocks/d
12 /^Filesystem created:/d
13 /^Filesystem flags:/d
14 /^Filesystem UUID:/d
15 /^JFS DEBUG:/d
16 /^Last write time:/d
17 /^Last mount time:/d
18 /^Last checked:/d
19 /^Lifetime writes:/d
20 /^Maximum mount count:/d
21 /^Next check after:/d
22 /^Suggestion:/d
23 /Reserved blocks uid:/s/ (user .*)//
24 /Reserved blocks gid:/s/ (group .*)//
25 /whichever comes first/d
26 /^ Checksum /d
27 s/, csum 0x\([0-9a-f]*\)//g
28 s/ csum 0x\([0-9a-f]*\)//g
29 /^Checksum:/d
30 s/while trying to open [^ ]*/while trying to open test.img/
31 s/he filesystem on [^ ]* /he filesystem on test.img /
32 s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /
33 s/MMP block [0-9]* from [^ ]*/MMP block from test.img/
34 s/safe to mount '.*', MMP/safe to mount 'test.img', MMP/
35 s/mmp_device_name: .*/mmp_device_name: test.img/
36 s/mmp_node_name: .*/mmp_node_name: test_node/
37 s/mmp_update_date: .*/mmp_update_date: test date/
38 s/mmp_update_time: .*/mmp_update_time: test_time/
39 s/MMP last updated by '.*' on .*/MMP last updated by 'test_node' on test date/
40 s/MMP update by '.*' at .*/MMP last updated by 'test_node' on test date/