| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent faabd48 commit 1e6fe56
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,6 @@ test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY | |||
| 19 | 19 | ||
| 20 | 20 | # Windows on ARM | |
| 21 | 21 | [$system==win32 && $arch==arm64] | |
| 22 | - test-child-process-exec-cwd: SKIP | ||
| 23 | 22 | ||
| 24 | 23 | [$system==linux] | |
| 25 | 24 | # https://github.com/nodejs/node/issues/39368 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -35,5 +35,5 @@ if (common.isWindows) { | |||
| 35 | 35 | } | |
| 36 | 36 | ||
| 37 | 37 | exec(pwdcommand, { cwd: dir }, common.mustSucceed((stdout, stderr) => { | |
| 38 | - assert(stdout.startsWith(dir)); | ||
| 38 | + assert(stdout.toLowerCase().startsWith(dir)); | ||
| 39 | 39 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments