rclone/cmd/test
albertony fbc7f2e61b lib/file: improve error message when attempting to create dir on nonexistent drive on windows
This replaces built-in os.MkdirAll with a patched version that stops the recursion
when reaching the volume part of the path. The original version would continue recursion,
and for extended length paths end up with \\? as the top-level directory, and the error
message would then be something like:
mkdir \\?: The filename, directory name, or volume label syntax is incorrect.
2021-10-01 23:18:39 +02:00
..
changenotify test changenotify: add command to help debugging changenotify 2021-04-21 10:52:05 +01:00
histogram test: add "rclone test histogram" for file name distribution stats 2021-02-13 14:24:43 +00:00
info test: move test commands under "rclone test" and make them visible 2021-02-13 14:24:43 +00:00
makefiles lib/file: improve error message when attempting to create dir on nonexistent drive on windows 2021-10-01 23:18:39 +02:00
memory test: consider global option for printing human-readable sizes and avoid unsigned integer overflow 2021-08-31 09:57:27 +02:00
test.go test: move test commands under "rclone test" and make them visible 2021-02-13 14:24:43 +00:00