The --iconv option has now made it to the trunk.
[rsync/rsync.git] / testsuite / rsync.fns
index 5c35004..15b3f42 100644 (file)
@@ -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"