Alexandre Julliard pushed to branch master at wine / wine
Commits: 741a1d40 by Eric Pouech at 2024-10-04T15:59:28+02:00 cmd/tests: Add test about external commands with dots.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 12624ad9 by Eric Pouech at 2024-10-04T15:59:32+02:00 cmd: Fix searching external commands with dots in their basename.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57245 Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 511c9564 by Eric Pouech at 2024-10-04T16:00:03+02:00 cmd/tests: Add more tests for SET command.
Esp, 'SET =' shouldn't print whole environment.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 65c90cbe by Eric Pouech at 2024-10-04T16:00:06+02:00 cmd: Use CRT memory function for environment.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - 46659281 by Eric Pouech at 2024-10-04T16:00:06+02:00 cmd: Free environment strings.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - - cc1baab8 by Eric Pouech at 2024-10-04T16:00:06+02:00 cmd: Fix 'SET =' invocation.
It should produce an error, not print the whole environment.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
- - - - -
4 changed files:
- programs/cmd/builtins.c - programs/cmd/tests/test_builtins.cmd - programs/cmd/tests/test_builtins.cmd.exp - programs/cmd/wcmdmain.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cfb2a8f273a720593b51c454c8f518...