diff options
author | Wolfy-J <[email protected]> | 2018-01-28 14:28:52 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-01-28 14:28:52 +0300 |
commit | e4e5cadce7deef4c36c038a4900d55ea30dd099c (patch) | |
tree | da174e9e19a9df3b3800fc9a61b2595fd69c1336 /pipe_factory_test.go | |
parent | f060cf750fcdbce0cbc8621f87af1dfd1520e748 (diff) |
windows support
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r-- | pipe_factory_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pipe_factory_test.go b/pipe_factory_test.go index 97e94487..f09bed31 100644 --- a/pipe_factory_test.go +++ b/pipe_factory_test.go @@ -22,7 +22,6 @@ func Test_Pipe_Start(t *testing.T) { func Test_Pipe_Failboot(t *testing.T) { cmd := exec.Command("php", "tests/failboot.php") - w, err := NewPipeFactory().SpawnWorker(cmd) assert.Nil(t, w) |