Skip to content

Commit e67b944

Browse files
committed
test: remove unnecessary status check on test-release-npm
Signed-off-by: RafaelGSS <rafael.nunu@hotmail.com> PR-URL: #47516 Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent dee953b commit e67b944

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-release-npm.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ if (!releaseReg.test(process.version) || !common.hasCrypto) {
1717

1818
const npmCli = path.join(__dirname, '../../deps/npm/bin/npm-cli.js');
1919
const npmExec = child_process.spawnSync(process.execPath, [npmCli]);
20-
assert.strictEqual(npmExec.status, 1);
2120

2221
const stderr = npmExec.stderr.toString();
2322
assert.strictEqual(stderr.length, 0, 'npm is not ready for this release ' +

0 commit comments

Comments
 (0)