mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
update for xfs_dinode_core_t removal
Strip away the core. prefixes in 186 to make sure the golden output works for both old and new xfsprogs. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
This commit is contained in:
committed by
Christoph Hellwig
parent
68f67d9c74
commit
8a327f9130
@@ -66,8 +66,10 @@ _rmv_eas()
|
|||||||
|
|
||||||
_filter_inode()
|
_filter_inode()
|
||||||
{
|
{
|
||||||
tee -a $seq.full | egrep '^u.sfdir2|^a.sfattr|core.forkoff' |\
|
tee -a $seq.full | \
|
||||||
egrep -v 'inumber|parent'
|
sed -e "s/core.forkoff/forkoff/g" | \
|
||||||
|
egrep '^u.sfdir2|^a.sfattr|forkoff' | \
|
||||||
|
egrep -v 'inumber|parent'
|
||||||
}
|
}
|
||||||
|
|
||||||
_filter_version()
|
_filter_version()
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ QA output created by 186
|
|||||||
|
|
||||||
=================================
|
=================================
|
||||||
ATTR2
|
ATTR2
|
||||||
core.forkoff = 0
|
forkoff = 0
|
||||||
u.sfdir2.hdr.count = 0
|
u.sfdir2.hdr.count = 0
|
||||||
u.sfdir2.hdr.i8count = 0
|
u.sfdir2.hdr.i8count = 0
|
||||||
=================================
|
=================================
|
||||||
@@ -12,7 +12,7 @@ u.sfdir2.hdr.i8count = 0
|
|||||||
|
|
||||||
=================================
|
=================================
|
||||||
ATTR2
|
ATTR2
|
||||||
core.forkoff = 0
|
forkoff = 0
|
||||||
u.sfdir2.hdr.count = 25
|
u.sfdir2.hdr.count = 25
|
||||||
u.sfdir2.hdr.i8count = 0
|
u.sfdir2.hdr.i8count = 0
|
||||||
u.sfdir2.list[0].namelen = 6
|
u.sfdir2.list[0].namelen = 6
|
||||||
@@ -98,7 +98,7 @@ u.sfdir2.list[24].name = "file.25"
|
|||||||
=================================
|
=================================
|
||||||
ATTR
|
ATTR
|
||||||
ATTR2
|
ATTR2
|
||||||
core.forkoff = 47
|
forkoff = 47
|
||||||
u.sfdir2.hdr.count = 25
|
u.sfdir2.hdr.count = 25
|
||||||
u.sfdir2.hdr.i8count = 0
|
u.sfdir2.hdr.i8count = 0
|
||||||
u.sfdir2.list[0].namelen = 6
|
u.sfdir2.list[0].namelen = 6
|
||||||
@@ -195,7 +195,7 @@ ATTR
|
|||||||
|
|
||||||
=================================
|
=================================
|
||||||
ATTR
|
ATTR
|
||||||
core.forkoff = 47
|
forkoff = 47
|
||||||
u.sfdir2.hdr.count = 25
|
u.sfdir2.hdr.count = 25
|
||||||
u.sfdir2.hdr.i8count = 0
|
u.sfdir2.hdr.i8count = 0
|
||||||
u.sfdir2.list[0].namelen = 6
|
u.sfdir2.list[0].namelen = 6
|
||||||
|
|||||||
Reference in New Issue
Block a user