1 Jul
2025
1 Jul
'25
2:47 p.m.
eric pouech (@epo) commented about programs/cmd/tests/test_builtins.cmd:
echo Skipped as not enough permissions echo --- resetting association echo original value +:ExitFtype + +echo ------------ Testing mode ------------ +call :setError 666 & (mode CON >nul &&echo SUCCESS||echo FAILURE) since native implements mode as an external command (mode.com), you don't need to bother with return code (success vs failure)
so, `call :setError 666 & mode CON >nul` `echo %errorlevel%` should be sufficient -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7491#note_108553