A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/nodejs/node/commit/30a94ca0c4 below:

skip --title check on IBM i · nodejs/node@30a94ca · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -2,7 +2,7 @@

2 2 3 3

// This test is meant to be spawned with NODE_OPTIONS=--title=foo

4 4

const assert = require('assert');

5 -

if (process.platform !== 'sunos') { // --title is unsupported on SmartOS.

5 +

if (process.platform !== 'sunos' && process.platform !== 'os400') { // --title is unsupported on SmartOS and IBM i.

6 6

assert.strictEqual(process.title, 'foo');

7 7

}

8 8

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4