testsuite.at: Workaround for carriage returns on windows.
authorGurucharan Shetty <gshetty@nicira.com>
Fri, 18 Apr 2014 16:00:46 +0000 (09:00 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 22 Apr 2014 22:21:13 +0000 (15:21 -0700)
commit0d21340a5a1e26bba46522ba4666033564f8e930
treee4f43cad6a776f8530fb1f68d54ea5c3f1af9c08
parentb3c3eec7195a86e343b58e52601c5ab676e07a0b
testsuite.at: Workaround for carriage returns on windows.

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

Suggested-by: Ben Pfaff <blp@nicira.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/testsuite.at