X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/c4c9bb944bf6d1e17b8884a41a932db26528372e..fc29efc38d0da298f97dfbd84e7fbb1d730e0060:/testsuite/rsync.fns diff --git a/testsuite/rsync.fns b/testsuite/rsync.fns index ac7920da..de628665 100644 --- a/testsuite/rsync.fns +++ b/testsuite/rsync.fns @@ -23,6 +23,11 @@ fromdir="$tmpdir/from" todir="$tmpdir/to" chkdir="$tmpdir/chk" +# For itemized output: +all_plus='+++++++++' +allspace=' ' +dots='.....' # trailing dots after changes + # Berkley's nice. PATH="$PATH:/usr/ucb"