Commit 6416abc3 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Disable flock tests.

The locking code is not hooked in the fuse/ server code, so this
just exercises the kernel's default locking implementation.
parent 68f32f6d
......@@ -14,7 +14,8 @@ import (
"testing"
)
func TestFlock(t *testing.T) {
// See https://github.com/hanwen/go-fuse/issues/170
func disabledTestFlock(t *testing.T) {
cmd, err := exec.LookPath("flock")
if err != nil {
t.Skip("flock command not found.")
......
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