fix up xfstests for realtime fs

Filter out inode numbers; these change with realtime
This commit is contained in:
Eric Sandeen
2004-06-25 03:09:08 +00:00
parent f4fbf4401d
commit b045bf2f41
14 changed files with 2432 additions and 2431 deletions
+2
View File
@@ -79,6 +79,8 @@ s/(disconnected dir inode) (\d+)/\1 INO/;
# for log
s/internal log/<TYPEOF> log/g;
s/external log on \S+/<TYPEOF> log/g;
# realtime subvol - remove this whole line if it appears
s/ - generate realtime summary info and bitmap...\n//g;
print;'
}