Commit Graph

4 Commits

Author SHA1 Message Date
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
Dave Cheney d2d0a435b7 fix linux tests 2015-07-15 16:38:33 -07:00
Dave Cheney 587af18cfc Fix integration tests on darwin 2015-07-15 16:36:15 -07:00