summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2012-04-10 13:29:18 (GMT)
committerJason Evans <je@fb.com>2012-04-10 19:00:36 (GMT)
commita8683fbaf9056c16a1c5bb2606316ebc35f592a4 (patch)
tree883a19af83f8b1ef70dc75d516c16c41874d975d /Makefile.in
parent3701367e4ca6b77109e1cce0a5b98a8ac69cf505 (diff)
downloadjemalloc-a8683fbaf9056c16a1c5bb2606316ebc35f592a4.zip
jemalloc-a8683fbaf9056c16a1c5bb2606316ebc35f592a4.tar.gz
jemalloc-a8683fbaf9056c16a1c5bb2606316ebc35f592a4.tar.bz2
Ignore whitespaces when comparing test results with expected output
In mingw, the test result may contain CRLF while the .exp files don't, or the other way around.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 821c063..7df4fc6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -205,7 +205,7 @@ check: tests
$(TEST_LIBRARY_PATH) $${t} @abs_srcroot@ @abs_objroot@ \
> @objroot@$${t}.out 2>&1; \
if test -e "@srcroot@$${t}.exp"; then \
- diff -u @srcroot@$${t}.exp \
+ diff -w -u @srcroot@$${t}.exp \
@objroot@$${t}.out >/dev/null 2>&1; \
fail=$$?; \
if test "$${fail}" -eq "1" ; then \