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 b7795ce..eaad40a 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' \
 # 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' \
        -e '/^created directory /d' \
        -e '/^done$/d' \
        -e '/ --whole-file$/d' \