We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f6f85 commit cf15437Copy full SHA for cf15437
test/parallel/test-release-npm.js
@@ -17,7 +17,6 @@ if (!releaseReg.test(process.version) || !common.hasCrypto) {
17
18
const npmCli = path.join(__dirname, '../../deps/npm/bin/npm-cli.js');
19
const npmExec = child_process.spawnSync(process.execPath, [npmCli]);
20
- assert.strictEqual(npmExec.status, 1);
21
22
const stderr = npmExec.stderr.toString();
23
assert.strictEqual(stderr.length, 0, 'npm is not ready for this release ' +
0 commit comments