rclone/backend/drive
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
..
drive.go drive: fix DirMove leaving a hardlinked directory behind #2245 2018-04-15 10:12:21 +01:00
drive_internal_test.go drive: request the export formats only when required #320 2018-02-01 12:05:00 +00:00
drive_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
upload.go Use io.SeekStart/End/Current constants now for go1.7+ #2154 2018-04-07 11:42:36 +01:00