From 100f74846e8d372cc7b3f6f198a174fe3bb8d4e4 Mon Sep 17 00:00:00 2001 From: Alex Elder Date: Wed, 2 Mar 2011 04:49:27 +0000 Subject: [PATCH] xfstests: drop "Mount point match" from 028 and 047 golden output Bill Kendall's latest update to xfsdump dropped a line of output that served no real purpose. This change updates the golden output for the two tests that included that line of output. Updated to filter out that line from dump output also, so old versions of the code will still produce the same output (suggested by Dave Chinner). Signed-off-by: Alex Elder Reviewed-by: Christoph Hellwig --- 028.out | 1 - 047.out | 1 - common.dump | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/028.out b/028.out index 2b562a76..68047337 100644 --- a/028.out +++ b/028.out @@ -225,7 +225,6 @@ Processing file /var/xfsdump/inventory/UUIDstab /var/xfsdump/inventory/UUID.InvIndex Checking access for /var/xfsdump/inventory/UUID.StObj - Mount point match Session 0: HOSTNAME:SCRATCH_MNT ------------------------------------------------- Pruning this matching entry: diff --git a/047.out b/047.out index 7470329c..31d9a345 100644 --- a/047.out +++ b/047.out @@ -225,7 +225,6 @@ Processing file /var/xfsdump/inventory/UUIDstab /var/xfsdump/inventory/UUID.InvIndex Checking access for /var/xfsdump/inventory/UUID.StObj - Mount point match Session 0: HOSTNAME:SCRATCH_MNT ------------------------------------------------- An entry matching the mount point/time is : diff --git a/common.dump b/common.dump index f330dafb..c1eb675f 100644 --- a/common.dump +++ b/common.dump @@ -814,6 +814,7 @@ _dump_filter_main() -e '/\/dev\/tty/d' \ -e '/inventory session uuid/d' \ -e '/ - Running single-threaded/d' \ + -e '/Mount point match/d' \ -e '/^.*I\/O metrics: .*$/d' \ -e 's/1048576/BLOCKSZ/' \ -e 's/2097152/BLOCKSZ/' \ -- 2.39.5