summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-01-18 18:10:41 +0300
committerValery Piashchynski <[email protected]>2021-01-18 18:10:41 +0300
commit4c32ad8cf5c2f70086ded5d11460be598b4c8117 (patch)
treebeea14fd1e690d77c83b43b7c75376dd74cd6ebc /pkg
parent77be5a1d2db3ca6ce1408f254391c66e0c5367e8 (diff)
Fix incorrectly set environment variables in the server plugin
Diffstat (limited to 'pkg')
-rw-r--r--pkg/pipe/pipe_factory_spawn_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/pipe/pipe_factory_spawn_test.go b/pkg/pipe/pipe_factory_spawn_test.go
index 6decedf8..805a24ee 100644
--- a/pkg/pipe/pipe_factory_spawn_test.go
+++ b/pkg/pipe/pipe_factory_spawn_test.go
@@ -116,7 +116,7 @@ func Test_Pipe_Failboot2(t *testing.T) {
assert.Contains(t, err.Error(), "failboot")
}
-func Test_Pipe_Invalid2t(t *testing.T) {
+func Test_Pipe_Invalid2(t *testing.T) {
cmd := exec.Command("php", "../../tests/invalid.php")
w, err := NewPipeFactory().SpawnWorker(cmd)
assert.Error(t, err)