bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dfa tests: Fix test failure on mingw


From: Paul Eggert
Subject: Re: dfa tests: Fix test failure on mingw
Date: Thu, 20 Apr 2023 11:42:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.0

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?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]