From 43a115020fad18161981224f2151b1f432ef03d6 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Fri, 10 Mar 2006 02:50:47 +0000 Subject: [PATCH] Fix up QA tests that run latest xfsdump, new message about xfs_quota wasnt filtered. Merge of master-melb:xfs-cmds:25410a by kenmcd. --- common.dump | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 } -- 2.47.3