mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered.
Merge of master-melb:xfs-cmds:25410a by kenmcd.
This commit is contained in:
+4
-1
@@ -1345,6 +1345,8 @@ _check_quota_entries()
|
||||
#
|
||||
# If on IRIX then look for:
|
||||
# xfsrestore: use 'edquota' to restore quotas
|
||||
# Else look for:
|
||||
# xfsrestore: use 'xfs_quota' to restore quotas
|
||||
#
|
||||
_check_quota_dumprestore()
|
||||
{
|
||||
@@ -1356,7 +1358,8 @@ _check_quota_dumprestore()
|
||||
else
|
||||
_check_quota 'user quota information' \
|
||||
'group quota information' \
|
||||
'project quota information'
|
||||
'project quota information' | \
|
||||
sed "/xfsrestore:.*use 'xfs_quota' to restore quotas/d"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user