| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 848c2d5 commit 56c26fe
1 file 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 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments