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