test: preserve process.env in forked child_process
When LD_LIBRARY_PATH is overriden for custom builds we need to preserve it for forked process. There are possibly other environment variables that could cause test failures so we preserve whole environment of parent process.
parent
d58ee7e5
Please register or sign in to comment