rclone/fstest/test_all
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
..
clean.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
config.go docs: spelling: e.g. 2020-10-28 18:16:23 +00:00
config.yaml uptobox: integration tests 2021-04-13 17:46:07 +02:00
report.go lib/file: improve error message when attempting to create dir on nonexistent drive on windows 2021-10-01 23:18:39 +02:00
run_test.go build: update to use go1.14 for the build 2020-02-26 21:26:47 +00:00
run.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
test_all.go config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00