mirror of
https://github.com/restic/restic.git
synced 2025-08-26 00:17:30 +00:00
Add option to use root as owner of files/dirs
This commit is contained in:
@@ -121,7 +121,7 @@ func TestFuseFile(t *testing.T) {
|
||||
Size: 42,
|
||||
Content: ids,
|
||||
}
|
||||
f, err := newFile(repo, node)
|
||||
f, err := newFile(repo, node, false)
|
||||
OK(t, err)
|
||||
|
||||
attr := fuse.Attr{}
|
||||
|
Reference in New Issue
Block a user