]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: drop "Mount point match" from 028 and 047 golden output
authorAlex Elder <aelder@sgi.com>
Wed, 2 Mar 2011 04:49:27 +0000 (04:49 +0000)
committerAlex Elder <aelder@sgi.com>
Thu, 28 Apr 2011 17:41:00 +0000 (12:41 -0500)
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>
028.out
047.out
common.dump

diff --git a/028.out b/028.out
index 2b562a7643e9946999ad7b6e8276c7be1790d937..68047337c03c5754b24adf59261fbc352a3a8e2c 100644 (file)
--- 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 7470329c71378fe730c698de19b00036ff33706d..31d9a34574b8fd5c39ec6ba1f4af893c5d10d94e 100644 (file)
--- 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 :
index f330dafb13fe2ab8692badd4da61784ff8ece524..c1eb675f9d8e9942b906d83247171d9e033d4038 100644 (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/'                          \