test: fixtures in test-process-redirect-warnings-env
Replaced common.fixturesDir with common.fixtures in test-process-redirect-warnings-env PR-URL: https://github.com/nodejs/node/pull/15930 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
ce9d55d78f
commit
ab6eed8818
@ -6,6 +6,7 @@
|
||||
// opened and the contents are validated
|
||||
|
||||
const common = require('../common');
|
||||
const fixtures = require('../common/fixtures');
|
||||
const fs = require('fs');
|
||||
const fork = require('child_process').fork;
|
||||
const path = require('path');
|
||||
@ -13,7 +14,7 @@ const assert = require('assert');
|
||||
|
||||
common.refreshTmpDir();
|
||||
|
||||
const warnmod = require.resolve(`${common.fixturesDir}/warnings.js`);
|
||||
const warnmod = require.resolve(fixtures.path('warnings.js'));
|
||||
const warnpath = path.join(common.tmpDir, 'warnings.txt');
|
||||
|
||||
fork(warnmod, { env: Object.assign({}, process.env,
|
||||
|
Loading…
x
Reference in New Issue
Block a user