mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix xfs_db filter for attrs so test 021 output is as before.
This commit is contained in:
@@ -146,10 +146,10 @@ echo "*** dump attributes (2)"
|
||||
|
||||
xfs_db -r -c "inode $inum_2" -c "a a.bmx[0].startblock" -c print $SCRATCH_DEV \
|
||||
| perl -ne '
|
||||
s/root,secure,local/root,local/;
|
||||
s/^(hdr.firstused =) (\d+)/\1 FIRSTUSED/;
|
||||
s/^(hdr.freemap\[0-2] = \[base,size]).*/\1 [FREEMAP..]/;
|
||||
s/^(entries\[0-2] = \[hashval,nameidx,incomplete,root,local]).*/\1 [ENTRIES..]/;
|
||||
s/^(entries\[0-2] = \[hashval,nameidx,incomplete,root,secure,local]).*/\1 [ENTRIES..]/;
|
||||
print;'
|
||||
|
||||
echo "*** done"
|
||||
|
||||
Reference in New Issue
Block a user