mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
Remove some unused assignments
This commit is contained in:
@@ -2094,7 +2094,7 @@ func TestMetadataChanged(t *testing.T) {
|
||||
want.Group = ""
|
||||
|
||||
// make another snapshot
|
||||
snapshotID, node3 := snapshot(t, repo, fs, snapshotID, "testfile")
|
||||
_, node3 := snapshot(t, repo, fs, snapshotID, "testfile")
|
||||
// Override username and group to empty string - in case underlying system has user with UID 51234
|
||||
// See https://github.com/restic/restic/issues/2372
|
||||
node3.User = ""
|
||||
|
Reference in New Issue
Block a user