X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0eb05245f1cf827d5275896095a3abcbfa84c1e2..9585b27678ee8b94f2f260e8d8d61ff4381f2fa3:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index b7795ce3..926a42e5 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' \ @@ -233,7 +234,8 @@ build_rsyncd_conf() { pid file = $pidfile use chroot = no -hosts allow = localhost 127.0.0.1 10.0.1.2 $hostname +munge symlinks = no +hosts allow = localhost 127.0.0.0/24 192.168.0.0/16 10.0.0.0/8 $hostname log file = $logfile log format = %i %h [%a] %m (%u) %l %f%L transfer logging = yes