> From: Bruno Haible <br...@clisp.org> > Date: Fri, 18 Aug 2023 01:00:01 +0200 > > On mingw 5.0.3, I see 56 test failures: > > FAIL: ii-0001-test > FAIL: ii-0002-test
Isn't this a problem with different EOL conventions in the expected results and in what install-info compiled for Windows produces? If so, you need to invoke Diff with the --strip-trailing-cr option. (I have long ago made 'diff' a shell script that invokes 'diff' the program with that option, in the MSYS environment, because a lot of test suites that come from GNU and Unix systems have the same problem.)