forked from TrueCloudLab/restic
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) {
|
if o < len(d) {
|
||||||
d = d[o:]
|
d = d[o:]
|
||||||
} else {
|
} else {
|
||||||
o = len(d)
|
t.Logf("offset == length, skipping test")
|
||||||
d = d[:0]
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
getlen := l
|
getlen := l
|
||||||
|
|
Loading…
Reference in a new issue