fuse test: remove debug output

This commit is contained in:
Alexander Neumann 2015-07-26 20:57:03 +02:00
parent dde0fd8421
commit d5ce2da2aa
1 changed files with 0 additions and 2 deletions

View File

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