mirror of
https://github.com/restic/restic.git
synced 2025-10-09 13:31:26 +00:00
Fix quadratic file reading in restic mount
This commit is contained in:

committed by
Michael Eischer

parent
8598bb042b
commit
d42c169458
@@ -146,8 +146,6 @@ func TestFuseFile(t *testing.T) {
|
||||
t.Errorf("test %d failed, wrong data returned (offset %v, length %v)", i, offset, length)
|
||||
}
|
||||
}
|
||||
|
||||
rtest.OK(t, f.Release(ctx, nil))
|
||||
}
|
||||
|
||||
// Test top-level directories for their UID and GID.
|
||||
|
Reference in New Issue
Block a user