mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix up irix differences
Merge of master-melb:xfs-cmds:22772a by kenmcd. fix up for different irix error msg for too many symlinks
This commit is contained in:
@@ -64,6 +64,8 @@ _cleanup()
|
||||
# filter out differences between linux and irix:
|
||||
# - sectsz on Linux
|
||||
# - mmr, mixed-case on IRIX
|
||||
# - lazy-count on IRIX
|
||||
# - inode-paths on IRIX
|
||||
# - trailing spaces on Linux but not on IRIX
|
||||
#
|
||||
_mkfs_filter()
|
||||
@@ -79,6 +81,8 @@ _mkfs_filter()
|
||||
-e '/ *= *mmr=[0-9][0-9]* *$/d' \
|
||||
-e 's/ *mixed-case=[YN]//' \
|
||||
-e 's/sectsz=[0-9][0-9]* *//' \
|
||||
-e 's/, lazy-count.*//' \
|
||||
-e '/inode-paths/d' \
|
||||
-e 's/ *$//'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user