Commit 1d35017e authored by Sebastien Binet's avatar Sebastien Binet Committed by Han-Wen Nienhuys

fuse/test: fix build

parent d17d1e6d
......@@ -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 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment