mirror of https://github.com/lukechilds/node.git
Browse Source
Some tests that rely on some environment variables being passed to child processes would fail because they reset the child processes' environement instead of appending to it. This would break on test environments where some custom environment variables are needed to make node work properly. Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-by: Trevor Norris <trev.norris@gmail.com>v0.11.15-release
5 changed files with 12 additions and 7 deletions
Loading…
Reference in new issue