Skip to content

Commit cf15437

Browse files
committed
test: remove unnecessary status check on test-release-npm
Signed-off-by: RafaelGSS <[email protected]> PR-URL: #47516 Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent c8f6f85 commit cf15437

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/parallel/test-release-npm.js

-1
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)