1
0
mirror of https://github.com/restic/restic.git synced 2024-06-21 07:16:36 +02:00

backend/test: Skip offset == length test

This commit is contained in:
Alexander Neumann 2017-05-28 12:32:42 +02:00
parent 79477fdfe4
commit 24ec14738d

View File

@ -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