+1
-1
lines changedFilter options
+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