On Tue Jul 2 12:42:22 2024 +0000, eric pouech wrote:
this patch [1], run under testbot [2] seems to work... it's a bit convoluted as:
- set /p doesn't read from current output default input, but from the
std input the cmd.exe has been started upon [3]
- so running from another cmd.exe instance does the trick
- but the env var is changed in child instance, so the test has to be
done there too
- and requires delay substitution as we want to get WINE_FOO value after
the set/p has been execute
- didn't add to todo for wine...
HTH [1] [patch](/uploads/5bdebbb1be8f73c0415054cf2fff1838/err) [2] [testbot](https://testbot.winehq.org/JobDetails.pl?Key=146746) [3] this is not what Wine does; each time I look into a specific item, I open another can of worms, sigh...
I have added new tests but they fail. Trying to check if I can do something with it. The windows and wine behaves differently, its quite a lot of work. Fix was easy but writing tests isn't.