rclone/fstest
Nick Craig-Wood 3d5106e52b drive: fix DirMove leaving a hardlinked directory behind #2245
This bug was introduced by the v3 API conversion in 07f20dd1fd.

The problem was that dircache.FindPath doesn't work for the root directory.

This adds an internal error for dircache.FindPath being called with
the root directory.  This makes a failing test, which the fix to the
drive backend fixes.

This also improves the DirCache integration test.
2018-04-15 10:12:21 +01:00
..
fstests drive: fix DirMove leaving a hardlinked directory behind #2245 2018-04-15 10:12:21 +01:00
mockdir Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
mockobject Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
test_all fstest/test_all: make -clean work better with google cloud storage 2018-04-06 14:54:33 +01:00
fstest.go fstest: fix CheckListingWithPrecision with non Windows safe chars 2018-04-15 10:12:20 +01:00
run.go fstest: retry cleaning the integration test directory if necessary 2018-04-11 20:51:13 +01:00