]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - tests/filter.sed
mmp: don't assume NUL termination for MMP strings
[thirdparty/e2fsprogs.git] / tests / filter.sed
CommitLineData
e7d84826
TT
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
f9fd342e
AD
8s/\\015//g
9/automatically checked/d
10/^Directory Hash Seed:/d
11/Discarding device blocks/d
89e9fc4d 12/^Filesystem created:/d
f77704e4 13/^Filesystem flags:/d
f9fd342e
AD
14/^Filesystem UUID:/d
15/^JFS DEBUG:/d
89e9fc4d
TT
16/^Last write time:/d
17/^Last mount time:/d
18/^Last checked:/d
9af62fde 19/^Lifetime writes:/d
f9fd342e
AD
20/^Maximum mount count:/d
21/^Next check after:/d
210baa5d 22/^Suggestion:/d
484ae818
TT
23/Reserved blocks uid:/s/ (user .*)//
24/Reserved blocks gid:/s/ (group .*)//
f9fd342e 25/whichever comes first/d
b89fc30d 26/^ Checksum /d
492084ff
DW
27s/, csum 0x\([0-9a-f]*\)//g
28s/ csum 0x\([0-9a-f]*\)//g
77905d71 29/^Checksum:/d
b7454eb8
AD
30s/while trying to open [^ ]*/while trying to open test.img/
31s/he filesystem on [^ ]* /he filesystem on test.img /
32s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /
33s/MMP block [0-9]* from [^ ]*/MMP block from test.img/
34s/safe to mount '.*', MMP/safe to mount 'test.img', MMP/
35s/mmp_device_name: .*/mmp_device_name: test.img/
36s/mmp_node_name: .*/mmp_node_name: test_node/
37s/mmp_update_date: .*/mmp_update_date: test date/
38s/mmp_update_time: .*/mmp_update_time: test_time/
39s/MMP last updated by '.*' on .*/MMP last updated by 'test_node' on test date/
6b430d60 40s/MMP update by '.*' at .*/MMP last updated by 'test_node' on test date/