mirror of
https://github.com/octoleo/restic.git
synced 2025-01-24 15:48:25 +00:00
db20c0b8d0
In some (rare) cases "fake" UID 51234 may exist in a system running a test. When this is the case, `cmp.Equal(want, node3)` will fail based on difference between empty string and an actual username present in a system. Fixes github issue #2372