Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bd1eb14

Browse filesBrowse files
RafaelGSSMoLow
authored andcommitted
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 0560672 commit bd1eb14
Copy full SHA for bd1eb14

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-release-npm.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-release-npm.js
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.