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 <aelder@sgi.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Alex Elder
2011-03-02 04:49:27 +00:00
parent d4ff3dd530
commit 100f74846e
3 changed files with 1 additions and 2 deletions
-1
View File
@@ -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:
-1
View File
@@ -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 :
+1
View File
@@ -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/' \