Skip to content

Commit

Permalink
fuse/test: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sbinet authored and hanwen committed Aug 31, 2018
1 parent d17d1e6 commit 1d35017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/test/file_lock_test.go
Expand Up @@ -133,7 +133,7 @@ func TestFlockInvoked(t *testing.T) {
root := nodefs.NewDefaultNode()
conn := nodefs.NewFileSystemConnector(root, opts)
mountOpts := fuse.MountOptions{
EnableLocks: true
EnableLocks: true,
}
s, err := fuse.NewServer(conn.RawFS(), dir, &mountOpts)
if err != nil {
Expand Down

0 comments on commit 1d35017

Please sign in to comment.