On 4/20/23 09:39, Bruno Haible wrote:
+LC_ALL=C ${CHECKER} test-dfa-match-aux '[[:foo:]]' a > tmp 2>&1 +LC_ALL=C tr -d '\r' < tmp > out
This sort of change means we won't catch stray CRs in the output.Is there some way we can instead compile or run MinGW apps so that they instead follow the POSIX LF convention? For example, can we instead put freopen (NULL, "wb", stdout) calls in the test programs that need this sort of change?