zig/test/standalone/windows_spawn
Ryan Liptak 3db8cffa3b spawnWindows: Fix PATH searching when cwd is absolute
Fixes a regression caused by https://github.com/ziglang/zig/pull/13983

From the added comment:

We still search the path if the cwd is absolute because of the
"cwd set in ChildProcess is in effect when choosing the executable path
to match posix semantics" behavior--we don't want to skip searching
the PATH just because we were trying to set the cwd of the child process.
2022-12-19 04:12:46 -05:00
..
build.zig standalone tests: Add windows spawn test 2022-12-18 03:55:28 -08:00
hello.zig standalone tests: Add windows spawn test 2022-12-18 03:55:28 -08:00
main.zig spawnWindows: Fix PATH searching when cwd is absolute 2022-12-19 04:12:46 -05:00