Commit 90498e2
test: skip long path tests on non-Windows
If not running on Windows it skips the long path tests in:
* test-fs-long-path.js
* test-require-long-path.js
Fixes: #2255
PR-URL: #4116
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>1 parent c96eca1 commit 90498e2Copy full SHA for 90498e2
File tree
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
2 files changed
+10
-0
lines changedOpen diff view settings
Collapse file
test/parallel/test-fs-long-path.js
Copy file name to clipboardExpand all lines: test/parallel/test-fs-long-path.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
4 | 4 | |
5 | 5 | |
6 | 6 | |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
7 | 12 | |
8 | 13 | |
9 | 14 | |
|
Collapse file
test/parallel/test-require-long-path.js
Copy file name to clipboardExpand all lines: test/parallel/test-require-long-path.js+5Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
3 | 3 | |
4 | 4 | |
5 | 5 | |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
6 | 11 | |
7 | 12 | |
8 | 13 | |
|
0 commit comments