From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Mon, 17 Aug 2020 23:14:29 +0000 (-0600)
Subject: Ignore differences in line endings on Windows and Linux.
X-Git-Tag: v9.3.0-rc1~1179^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10837%2Fhead;p=dealii.git

Ignore differences in line endings on Windows and Linux.
---

diff --git a/cmake/scripts/run_test.sh b/cmake/scripts/run_test.sh
index 4251cb1846..f5f3162686 100644
--- a/cmake/scripts/run_test.sh
+++ b/cmake/scripts/run_test.sh
@@ -106,7 +106,7 @@ case $STAGE in
       #   - [space][tab][newline]=,:;<>[](){}^ as separators between
       #     numbers
       #
-      "${NUMDIFF_EXECUTABLE}" -a 1e-6 -r 1e-8 -s ' \t\n=,:;<>[](){}^' \
+      "${NUMDIFF_EXECUTABLE}" -a 1e-6 -r 1e-8 -s ' \t\r\n=,:;<>[](){}^' \
                               "${file}" output > diff${variant}
 
       if [ $? -eq 0 ]; then