Whamcloud - gitweb
libext2fs: always refuse to open a file system with a zero s_desc_size
[tools/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 /security.selinux/d
24 /Reserved blocks uid:/s/ (user .*)//
25 /Reserved blocks gid:/s/ (group .*)//
26 /whichever comes first/d
27 /^  Checksum /d
28 s/, csum 0x\([0-9a-f]*\)//g
29 s/ csum 0x\([0-9a-f]*\)//g
30 /^Checksum:/d
31 s/while trying to open [^ ]*/while trying to open test.img/
32 s/he filesystem on [^ ]* /he filesystem on test.img /
33 s/^[^ ]* contains a \([a-z]*\) file system /test.img contains a \1 file system /
34 s/MMP block [0-9]* from [^ ]*/MMP block from test.img/
35 s/safe to mount '.*', MMP/safe to mount 'test.img', MMP/
36 s/mmp_device_name: .*/mmp_device_name: test.img/
37 s/mmp_node_name: .*/mmp_node_name: test_node/
38 s/mmp_update_date: .*/mmp_update_date: test date/
39 s/mmp_update_time: .*/mmp_update_time: test_time/
40 s/MMP last updated by '.*' on .*/MMP last updated by 'test_node' on test date/
41 s/MMP update by '.*' at .*/MMP last updated by 'test_node' on test date/