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:
Nathan Scott
2006-03-10 02:50:47 +00:00
parent 5291ccbe23
commit 43a115020f
+4 -1
View File
@@ -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
}