mirror of
https://github.com/restic/restic.git
synced 2024-12-23 00:07:25 +00:00
fuse test: remove debug output
This commit is contained in:
parent
dde0fd8421
commit
d5ce2da2aa
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ package fuse
|
|||
import (
|
||||
"bytes"
|
||||
"errors"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
"testing"
|
||||
"time"
|
||||
|
@ -148,7 +147,6 @@ func TestFuseFile(t *testing.T) {
|
|||
}
|
||||
|
||||
b := memfile[offset : offset+length]
|
||||
fmt.Printf("test offset %d, length %d\n", offset, length)
|
||||
res := testRead(t, f, offset, length, b)
|
||||
if !bytes.Equal(b, res) {
|
||||
t.Errorf("test %d failed (offset %d, length %d), wrong data returned", i, offset, length)
|
||||
|
|
Loading…
Reference in a new issue