X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/5ba268efa84e16fde582f5d168f938917b25bac4..f5e4eadb7437a4884ad272af50fe5439f415e2d9:/TODO diff --git a/TODO b/TODO index e035e6c6..8b1fcd6f 100644 --- a/TODO +++ b/TODO @@ -106,6 +106,10 @@ Cross-test versions some testing and also be the most common case for having different versions and not being able to upgrade. +--no-blocking-io might be broken + + in the same way as --no-whole-file; somebody needs to check. + DAEMON -------------------------------------------------------------- @@ -642,6 +646,12 @@ Versions of read() and write() that corrupt the stream, or abruptly fail Separate makefile target to run rough tests -- or perhaps just run them every time? +Test "refuse options" works + + What about for --recursive? + + If you specify an unrecognized option here, you should get an error. + DOCUMENTATION --------------------------------------------------------