Make backend tests less verbose

This commit is contained in:
Alexander Neumann 2016-08-08 21:58:09 +02:00
parent b350b443d0
commit a60e3b5030
1 changed files with 0 additions and 2 deletions

View File

@ -333,8 +333,6 @@ func TestLoadNegativeOffset(t testing.TB) {
buf := make([]byte, l)
n, err := b.Load(handle, buf, int64(o))
t.Logf("data %v, load(%v, %v) -> %v %v",
len(data), len(buf), o, n, err)
// if we requested data beyond the end of the file, require
// ErrUnexpectedEOF error