Commit a0ba416
test: remove common.rootDir
The three tests that use common.rootDir do not need the root dir. They
just need an arbitrary directory that will exist. Use tmpdir.path
instead.
PR-URL: #34772
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>1 parent 5352cde commit a0ba416Copy full SHA for a0ba416
File tree
Expand file treeCollapse file tree
6 files changed
+12
-14
lines changedOpen diff view settings
Filter options
- test
- common
- parallel
- sequential
Expand file treeCollapse file tree
6 files changed
+12
-14
lines changedOpen diff view settings
Collapse file
-6Lines changed: 0 additions & 6 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
367 | 367 | |
368 | 368 | |
369 | 369 | |
370 | | - |
371 | | - |
372 | | - |
373 | | - |
374 | | - |
375 | | - |
376 | 370 | |
377 | 371 | |
378 | 372 | |
|
Collapse file
-3Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
114 | 114 | |
115 | 115 | |
116 | 116 | |
117 | | - |
118 | | - |
119 | 117 | |
120 | 118 | |
121 | 119 | |
| ||
737 | 735 | |
738 | 736 | |
739 | 737 | |
740 | | - |
741 | 738 | |
742 | 739 | |
743 | 740 | |
|
Collapse file
-2Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | 22 | |
24 | 23 | |
25 | 24 | |
| ||
66 | 65 | |
67 | 66 | |
68 | 67 | |
69 | | - |
70 | 68 | |
71 | 69 | |
72 | 70 | |
|
Collapse file
test/parallel/test-child-process-cwd.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-cwd.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
24 | 27 | |
25 | 28 | |
26 | 29 | |
| ||
63 | 66 | |
64 | 67 | |
65 | 68 | |
66 | | - |
| 69 | + |
67 | 70 | |
68 | 71 | |
69 | 72 | |
|
Collapse file
test/parallel/test-child-process-spawnsync.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-spawnsync.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
24 | 27 | |
25 | 28 | |
26 | 29 | |
| ||
40 | 43 | |
41 | 44 | |
42 | 45 | |
43 | | - |
| 46 | + |
44 | 47 | |
45 | 48 | |
46 | 49 | |
|
Collapse file
test/sequential/test-child-process-execsync.js
Copy file name to clipboardExpand all lines: test/sequential/test-child-process-execsync.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
24 | 27 | |
25 | 28 | |
26 | 29 | |
| ||
98 | 101 | |
99 | 102 | |
100 | 103 | |
101 | | - |
| 104 | + |
102 | 105 | |
103 | 106 | |
104 | 107 | |
|
0 commit comments