Commit e64ee2b3 authored by Julien Gilli's avatar Julien Gilli
Browse files

tests: append instead of override environment



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: default avatarColin Ihrig <cjihrig@gmail.com>
Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 7325fe79
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment