We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae26347 commit d9970daCopy full SHA for d9970da
1 file changed
scripts/maketest
@@ -38,7 +38,7 @@ const tmpdir = path.join(basedir, 'tmp')
38
39
const conf = {
40
cwd: testdir,
41
- env: Object.assign({}, process.env, {
+ env: common.newEnv().extend({
42
npm_config_cache: cachedir,
43
npm_config_tmp: tmpdir,
44
npm_config_prefix: globaldir,
0 commit comments