aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-09-03 19:52:35 +0000
committerWayne Davison <wayned@samba.org>2007-09-03 19:52:35 +0000
commit9544261a45f73baaf472a2e30cc1e382d1cd0cc4 (patch)
tree69f9d6ed4a688ed7516f03825e3ddef2012a2f2a /testsuite
parent354c9da60dc163cc94be4e083c7f86252cb09b8b (diff)
downloadandroid_external_rsync-9544261a45f73baaf472a2e30cc1e382d1cd0cc4.tar.gz
android_external_rsync-9544261a45f73baaf472a2e30cc1e382d1cd0cc4.tar.bz2
android_external_rsync-9544261a45f73baaf472a2e30cc1e382d1cd0cc4.zip
Added weeding of "sending incremental file list" line to filter_outfile().
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/rsync.fns1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns
index b7795ce3..eaad40a3 100644
--- a/testsuite/rsync.fns
+++ b/testsuite/rsync.fns
@@ -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' \