2011/12/2 Francois Gouget fgouget@free.fr:
On Fri, 2 Dec 2011, Frédéric Delanoy wrote: [...]
There is now a discrepancy between wine output, and testrunner output, e.g. echo ------ eol option for /f "eol=@" %%i in (" ad") do echo %%i echo bar
gave
------ eol option Syntax error bar
but not gives
------ eol option bar
Shouldn't cmd output always give the same as test runner output (which is supposed to run cmd on the input file (test_builtins.cmd), albeit with some preprocessing)?
Are you just confused because batch.c sends stdout to test.out and sdterr to test.err while, when running 'wine cmd' everything ends out on the console?
OK. Got it. Sorry for the noise. I'll check your updated doc.
Frédéric