mirror of
https://github.com/restic/restic.git
synced 2026-01-26 08:43:29 -05:00
backend/test: Skip offset == length test
This commit is contained in:
parent
79477fdfe4
commit
24ec14738d
1 changed files with 2 additions and 2 deletions
|
|
@ -156,8 +156,8 @@ func (s *Suite) TestLoad(t *testing.T) {
|
|||
if o < len(d) {
|
||||
d = d[o:]
|
||||
} else {
|
||||
o = len(d)
|
||||
d = d[:0]
|
||||
t.Logf("offset == length, skipping test")
|
||||
continue
|
||||
}
|
||||
|
||||
getlen := l
|
||||
|
|
|
|||
Loading…
Reference in a new issue