X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/d1798a2fda20876febfecdc035510a0dd9875761..7e4b6b7bc47b8ac00fa295ed60e6e13e28fd1a8a:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index 5c35004b..b7795ce3 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -56,6 +56,8 @@ filter_outfile() { -e '/^done$/d' \ -e '/ --whole-file$/d' \ -e '/^total: /d' \ + -e '/^client charset: /d' \ + -e '/^server charset: /d' \ -e '/^$/,$d' \ <"$outfile" >"$outfile.new" mv "$outfile.new" "$outfile" @@ -231,7 +233,7 @@ build_rsyncd_conf() { pid file = $pidfile use chroot = no -hosts allow = localhost 127.0.0.1 $hostname +hosts allow = localhost 127.0.0.1 10.0.1.2 $hostname log file = $logfile log format = %i %h [%a] %m (%u) %l %f%L transfer logging = yes