Commit ec3a565
committed
fix(tests): use exact spawn env pattern from working commit 39ee946
Revert to the exact spawn call pattern that worked in commit 39ee946.
That commit successfully passed Windows tests while spreading all three
env sources unconditionally:
- process.env
- constants.processEnv (which is process.env)
- spawnEnv (undefined when no custom env)
This suggests the spreading itself is not the issue.1 parent f1169c0 commit ec3a565
1 file changed
+7
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 269 | + | |
273 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
274 | 276 | | |
275 | 277 | | |
276 | 278 | | |
277 | 279 | | |
278 | 280 | | |
279 | | - | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
| 281 | + | |
285 | 282 | | |
286 | 283 | | |
287 | 284 | | |
| |||
0 commit comments