On Fri, Apr 18, 2014 at 11:04:18AM -0700, Gurucharan Shetty wrote:
> In unit tests, we compare text written in logs or stdout/stderr
> to figure out the success or failure of tests. In Windows,
> since new line is represented by CR+LF, autoconf tests run in
> MinGW environment fail.
>
> Asking dif
In unit tests, we compare text written in logs or stdout/stderr
to figure out the success or failure of tests. In Windows,
since new line is represented by CR+LF, autoconf tests run in
MinGW environment fail.
Asking diff to ignore trailing carriage returns is one way
to solve the problem
Suggeste