]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Added weeding of "sending incremental file list" line to filter_outfile().
authorWayne Davison <wayned@samba.org>
Mon, 3 Sep 2007 19:52:35 +0000 (19:52 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 3 Sep 2007 19:52:35 +0000 (19:52 +0000)
testsuite/rsync.fns

index b7795ce3a9cd04b9e636264e3ac98b2ff99436d0..eaad40a3c1633a93df4d69dbdef9e656e849e902 100644 (file)
@@ -52,6 +52,7 @@ runtest() {
 # messages).  This isn't needed if you use -i without -v.
 filter_outfile() {
     sed -e '/^building file list /d' \
+       -e '/^sending incremental file list/d' \
        -e '/^created directory /d' \
        -e '/^done$/d' \
        -e '/ --whole-file$/d' \