From 98758371f55ebc37c96c21923933d7f9d8cf017e Mon Sep 17 00:00:00 2001 From: Brian Foster Date: Mon, 18 Jun 2012 11:48:00 -0500 Subject: [PATCH 1/1] common.dump: filter out latest xfsdump version messages The latest version of xfsdump/restore (3.1.0) causes dump tests to complain. Fix up the filter to include a wider selection of version numbers. Signed-off-by: Brian Foster Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- common.dump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.dump b/common.dump index ca09ec16..e89dedcf 100644 --- a/common.dump +++ b/common.dump @@ -863,7 +863,7 @@ _dump_filter_main() -e 's/1048576/BLOCKSZ/' \ -e 's/2097152/BLOCKSZ/' \ -e 's/(pid[ ]*[1-9][0-9]*)/\(pid PID\)/' \ - -e '/version 3\.0/d' \ + -e '/version [3-9]\.[0-9]/d' \ -e 's/\/hw\/module.*$/SCRATCH_DEV/' \ -e 's/xfsdump: ino map phase 1: .*/xfsdump: ino map /' \ -e '/xfsdump: ino map phase [2]/,1d' \ -- 2.30.2