mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-21 17:09:06 -07:00
cmd: Fix test failures for SET /P command.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
7846c20619
commit
c63cc782ab
Notes:
Alexandre Julliard
2024-07-29 23:18:18 +02:00
Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/-/merge_requests/6170
2 changed files with 1 additions and 2 deletions
|
@ -3185,7 +3185,6 @@ RETURN_CODE WCMD_setshow_env(WCHAR *s)
|
|||
/* Output the prompt */
|
||||
*p++ = '\0';
|
||||
if (*p) {
|
||||
p = WCMD_strtrim(p);
|
||||
if (*p == L'"') {
|
||||
WCHAR* last = wcsrchr(p+1, L'"');
|
||||
p++;
|
||||
|
|
|
@ -709,7 +709,7 @@ I'm here!@space@
|
|||
prompt XbarX
|
||||
prompt YfooY
|
||||
'prompt' YfooY
|
||||
@todo_wine@promptYfooY
|
||||
promptYfooY
|
||||
------------ Testing 'choice' ------------
|
||||
Example message [A,B,C]?A@or_broken@choice unavailable
|
||||
1@or_broken@9009
|
||||
|
|
Loading…
Reference in a new issue