Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
add-go-fuse-to-inject-filesystem-error
Browse files Browse the repository at this point in the history
Signed-off-by: qiffang <[email protected]>
  • Loading branch information
qiffang committed Apr 17, 2019
1 parent 394b39a commit 2472c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,7 @@ func newFuseServer(t *testing.T, original, mountpoint string)(*fuse.Server){
testutil.Ok(t, err)
server, err := fs.NewServe()
if err != nil {
fmt.Printf("start server failed, %v \n", err)
fmt.Printf("start server failed, err=%v \n", err)
}
testutil.Ok(t, err)
go func(){
Expand Down

0 comments on commit 2472c78

Please sign in to comment.