Skip to content

Commit 7359b92

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 4c8a25b commit 7359b92

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

‎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
constnpmCli=path.join(__dirname,'../../deps/npm/bin/npm-cli.js');
1919
constnpmExec=child_process.spawnSync(process.execPath,[npmCli]);
20-
assert.strictEqual(npmExec.status,1);
2120

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

0 commit comments

Comments
 (0)