From: Nathan Scott Date: Fri, 10 Mar 2006 02:50:47 +0000 (+0000) Subject: Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered. X-Git-Tag: v1.1.0~661 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=43a115020fad18161981224f2151b1f432ef03d6;p=xfstests-dev.git Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered. Merge of master-melb:xfs-cmds:25410a by kenmcd. --- diff --git a/common.dump b/common.dump index 2ed5e100..c3b6cea0 100644 --- a/common.dump +++ b/common.dump @@ -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 }