-
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>