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 6772aa6

Browse filesBrowse files
StefanStojanovicRafaelGSS
authored andcommitted
test: fix test-child-process-exec-cwd
Refs: #47020 Refs: nodejs/build#3046 PR-URL: #47235 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Debadree Chatterjee <debadree333@gmail.com>
1 parent 41a69e7 commit 6772aa6
Copy full SHA for 6772aa6

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

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

‎test/parallel/parallel.status‎

Copy file name to clipboardExpand all lines: test/parallel/parallel.status
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ test-fs-rmdir-recursive: PASS, FLAKY
1616

1717
# Windows on ARM
1818
[$system==win32 && $arch==arm64]
19-
test-child-process-exec-cwd: SKIP
2019

2120
[$system==linux]
2221
# https://github.com/nodejs/node/issues/39368
Collapse file

‎test/parallel/test-child-process-exec-cwd.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-child-process-exec-cwd.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ if (common.isWindows) {
3535
}
3636

3737
exec(pwdcommand, { cwd: dir }, common.mustSucceed((stdout, stderr) => {
38-
assert(stdout.startsWith(dir));
38+
assert(stdout.toLowerCase().startsWith(dir));
3939
}));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.