Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit56c26fe

Browse files
abmussemarco-ippolito
authored andcommitted
test: skip --title check on IBM i
Similar to SmartOS IBM i does not return the process.titlePR-URL:#53952Fixes:#53852Reviewed-By: Richard Lau <rlau@redhat.com>Reviewed-By: Luigi Pinca <luigipinca@gmail.com>Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent848c2d5 commit56c26fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/fixtures/spawn-worker-with-copied-env.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
// This test is meant to be spawned with NODE_OPTIONS=--title=foo
44
constassert=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.
66
assert.strictEqual(process.title,'foo');
77
}
88

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp