summaryrefslogtreecommitdiff
path: root/pipe_factory_test.go
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2018-01-28 14:28:52 +0300
committerWolfy-J <[email protected]>2018-01-28 14:28:52 +0300
commite4e5cadce7deef4c36c038a4900d55ea30dd099c (patch)
treeda174e9e19a9df3b3800fc9a61b2595fd69c1336 /pipe_factory_test.go
parentf060cf750fcdbce0cbc8621f87af1dfd1520e748 (diff)
windows support
Diffstat (limited to 'pipe_factory_test.go')
-rw-r--r--pipe_factory_test.go1
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)