25 Nov
2024
25 Nov
'24
5:13 p.m.
wine ../tests/x86_64-windows/timeout.exe_test.exe \</dev/null
why are running the tests redirecting the input stream ? the VerifyConsoleIoHandle checks the input handle is a console handle, in your case it's a handle on a file (/dev/null on Unix) and hence the call with always fail -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6869#note_88831