Commit c458e84
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 1c324d5 commit c458e84Copy full SHA for c458e84
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 |
|---|---|---|
| ||
368 | 368 | |
369 | 369 | |
370 | 370 | |
371 | | - |
372 | | - |
373 | | - |
374 | | - |
375 | | - |
376 | | - |
377 | 371 | |
378 | 372 | |
379 | 373 | |
|
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 | |
| ||
723 | 721 | |
724 | 722 | |
725 | 723 | |
726 | | - |
727 | 724 | |
728 | 725 | |
729 | 726 | |
|
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 | |
| ||
41 | 44 | |
42 | 45 | |
43 | 46 | |
44 | | - |
| 47 | + |
45 | 48 | |
46 | 49 | |
47 | 50 | |
|
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 | |
| ||
99 | 102 | |
100 | 103 | |
101 | 104 | |
102 | | - |
| 105 | + |
103 | 106 | |
104 | 107 | |
105 | 108 | |
|
0 commit comments