mirror of
https://github.com/rclone/rclone.git
synced 2026-05-12 01:57:56 -04:00
The bisync normalization test relies on uploading distinct NFC and NFD versions of the same filename and on the backend supporting in-place modtime updates. Dropbox normalizes unicode server-side (NFD -> NFC) and can't set modtime in place, so the test inevitably takes a different code path on Dropbox and the log diverges from the golden output without any functional difference.