Commit Graph

4 Commits

Author SHA1 Message Date
Dave Cheney fc30a3e623 Do not check bavail, it can change in a shared CI environment 2016-06-15 20:02:28 +10:00
Dave Cheney 94fb4ddd0c Add -testserver permutation
Fixes #69

io.Pipe is unbuffered and provides a poor replacement for a net.Conn, use an os.Pipe instead.

Also skip some tests which don't work under the Go server as it runs in process.
2016-01-02 10:28:56 +01:00
Dave Cheney 167ae32ca7 Handle osx returning EPERM not ENOTDIR
Fixes #57

Also fix the integration tests to run on darwin by default.
2015-12-22 13:34:21 +09:00
Mark Sheahan 348ee1a469 truncate + darwin VFS test 2015-08-04 22:21:35 -07:00