Commit ddf2583
test: use normalize() for unicode paths
OS X 10.11 changed the unicode normalization form of certain code points
returned by system calls like getcwd() from NFC to NFD which made
results in this test failing.
The consensus of #2165 is to delegate
the task of unicode normalization to the user, and work will continue to
document how to handle unicode in a form-sensitive file system.
PR-URL: #3007
Fixes: #2165
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>1 parent 63644dd commit ddf2583Copy full SHA for ddf2583
File tree
Expand file treeCollapse file tree
1 file changed
+12
-4
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+12
-4
lines changedOpen diff view settings
Collapse file
test/parallel/test-process-chdir.js
Copy file name to clipboardExpand all lines: test/parallel/test-process-chdir.js+12-4Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
9 | 9 | |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | | - |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
14 | 21 | |
15 | 22 | |
16 | 23 | |
17 | 24 | |
18 | 25 | |
19 | 26 | |
20 | | - |
| 27 | + |
21 | 28 | |
22 | 29 | |
23 | | - |
| 30 | + |
| 31 | + |
24 | 32 | |
25 | 33 | |
26 | 34 | |
|
0 commit comments