2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-29 23:20:49 +00:00

internal/fuse: fix dropped test error

This commit is contained in:
Lars Lehtonen 2020-07-12 21:42:31 -07:00
parent b84f5177cb
commit 9ac90cf5cd
No known key found for this signature in database
GPG Key ID: 8137D474EBCB04F2

View File

@ -220,6 +220,7 @@ func testTopUidGid(t *testing.T, cfg Config, repo restic.Repository, uid, gid ui
snapID := loadFirstSnapshot(t, repo).ID().Str()
snapshotdir, err := idsdir.(fs.NodeStringLookuper).Lookup(ctx, snapID)
rtest.OK(t, err)
err = snapshotdir.Attr(ctx, &attr)
rtest.OK(t, err)