mirror of
https://github.com/kopia/kopia.git
synced 2026-02-25 19:06:31 -05:00
* test symlink infinite loop * remove spurious error wrap * cleanup error messages * remove unneeded intermediate vars * check error in loop in fs.GetAllEntries While cur is expected to be `nil` when there's an error, this makes the check explicit. Ref: - #2037 - #4190