Commit c10b131
test: make sure tmpdir is created before using it
Otherwise it throws ENOENT when the folder happens to be cleaned
PR-URL: #25224
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Denys Otrishko <shishugi@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 1ccaf9a commit c10b131Copy full SHA for c10b131
File tree
Expand file treeCollapse file tree
1 file changed
+4
-1
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+4
-1
lines changedOpen diff view settings
Collapse file
test/parallel/test-child-process-spawnsync-args.js
Copy file name to clipboardExpand all lines: test/parallel/test-child-process-spawnsync-args.js+4-1Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
| 18 | + |
| 19 | + |
18 | 20 | |
19 | 21 | |
20 | 22 | |
| ||
31 | 33 | |
32 | 34 | |
33 | 35 | |
34 | | - |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | 39 | |
38 | 40 | |
39 | 41 | |
| 42 | + |
40 | 43 | |
41 | 44 | |
42 | 45 | |
|
0 commit comments