mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Deal with the new "(NULLFSINO)" that repair might print
This commit is contained in:
+3
-3
@@ -58,9 +58,9 @@ _filter_repair()
|
||||
# for sb
|
||||
/- agno = / && next; # remove each AG line (variable number)
|
||||
s/(pointer to) (\d+)/\1 INO/;
|
||||
s/(sb root inode value) (\d+)/\1 INO/;
|
||||
s/(realtime bitmap inode) (\d+)/\1 INO/;
|
||||
s/(realtime summary inode) (\d+)/\1 INO/;
|
||||
s/(sb root inode value) (\d+)( \(NULLFSINO\))?/\1 INO/;
|
||||
s/(realtime bitmap inode) (\d+)( \(NULLFSINO\))?/\1 INO/;
|
||||
s/(realtime summary inode) (\d+)( \(NULLFSINO\))?/\1 INO/;
|
||||
s/(inconsistent with calculated value) (\d+)/\1 INO/;
|
||||
s/\.+(found)/\1/g; # remove "searching" output
|
||||
# for agf + agi
|
||||
|
||||
Reference in New Issue
Block a user