Alexandre Julliard pushed to branch master at wine / wine
Commits: 034a23d4 by Elizabeth Figura at 2024-08-26T18:15:36+02:00 cmd/tests: Save and restore the drive when performing drive change tests.
- - - - - bcf1dd40 by Elizabeth Figura at 2024-08-26T18:15:36+02:00 cmd: Do not try to handle ERROR_FILE_NOT_FOUND from CreateProcessW().
This was introduced in bff25ffe7991bde75904d34ca733f2178b088316.
The commit aimed to fix command lines like `wine cmd /c "notepad test.txt"`. Such de-quoting is now handled at an earlier point.
Moreover, we explicitly only enter this path when we find an executable (which was not the case when the commit was written), so we cannot actually get ERROR_FILE_NOT_FOUND anymore anyway.
- - - - - 3f13804d by Elizabeth Figura at 2024-08-26T18:15:37+02:00 cmd: Separate a run_full_path() helper.
- - - - - 0d25bd8c by Elizabeth Figura at 2024-08-26T18:15:38+02:00 cmd: Run files with ShellExecute() if CreateProcess() fails.
Based on a patch by Jason Edmeades.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=18154
- - - - - 82154cc1 by Jason Edmeades at 2024-08-26T18:15:39+02:00 cmd: Skip directories when looking for an openable file.
- - - - -
4 changed files:
- programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_cmdline.cmd - programs/cmd/tests/test_cmdline.cmd.exp - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c2c9610f44f5eb8c550deea245436d...