X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/2d8f9b1df01e5919c8331f1eb84e80532252f72c..f5aeb6ff9b04432a84b5c79f5baac26be1f3f4e9:/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"