Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered.
authorNathan Scott <nathans@sgi.com>
Fri, 10 Mar 2006 02:50:47 +0000 (02:50 +0000)
committerNathan Scott <nathans@sgi.com>
Fri, 10 Mar 2006 02:50:47 +0000 (02:50 +0000)
Merge of master-melb:xfs-cmds:25410a by kenmcd.

common.dump

index 2ed5e100d144173205a5f2cea9c48df0879e8de3..c3b6cea0415ba87540d3f71902b22f79eb99e884 100644 (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
 }