mirror of
https://github.com/rclone/rclone.git
synced 2025-08-02 11:23:01 +02:00
In commit
da404dc0f2
sync,copy: Fix --fast-list --create-empty-src-dirs and --exclude
The fix caused DirTree.AddDir to be called with the root directory.
This in turn caused a spurious directory entry in the DirTree which
caused tests with the -fast-list flag to fail with directory not found
errors.