Eli Zaretskii wrote: > > - nearly all of the 'ii-????-test' tests fail, > > This could be due to Diff. I have long ago replaced the MSYS Diff > with the following shell script (and gladly forgot about this issue): > > #! /bin/sh > # diff --- like diff.exe but ignore trailing CR characters > /bin/real_diff --strip-trailing-cr $* > > where 'real_diff' is the original Diff program, renamed.
Indeed, the ii-0045-test for example failed because the actual output has lines ending in <CR><LF> not just <LF>.
