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