fs/torrentfs_test.go | 3 ++- diff --git a/fs/torrentfs_test.go b/fs/torrentfs_test.go index dcd50fb882d9fa1dd32123f3608ed16651629ad0..949951f6748c09ad4d96fdadb474ee25cbd45065 100644 --- a/fs/torrentfs_test.go +++ b/fs/torrentfs_test.go @@ -102,7 +102,8 @@ fs := New(client) fuseConn, err := fuse.Mount(layout.MountDir) if err != nil { switch err.Error() { - case "cannot locate OSXFUSE": + case "cannot locate OSXFUSE", + "fusermount: exit status 1": t.Skip(err) } t.Fatal(err)