mirror of
https://github.com/octoleo/restic.git
synced 2024-12-22 10:58:55 +00:00
internal/fuse: fix dropped test error
This commit is contained in:
parent
b84f5177cb
commit
9ac90cf5cd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user