From: Ben Pfaff Date: Sat, 17 Oct 2009 23:57:42 +0000 (-0700) Subject: Fix Mingw test failures due to differences in line endings. X-Git-Tag: v0.7.6~397 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6eaf297d6220842264e72c44686b26d47474d1;p=pspp-builds.git Fix Mingw test failures due to differences in line endings. This commit changes "diff" invocations to ignore changes in white space to avoid spurious test failures due to differences in line endings. --- diff --git a/tests/command/npar-sign.sh b/tests/command/npar-sign.sh index 085c2abf..6b85aef7 100755 --- a/tests/command/npar-sign.sh +++ b/tests/command/npar-sign.sh @@ -85,7 +85,7 @@ $SUPERVISOR $PSPP -o pspp.csv $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 1" -diff -c - $TEMPDIR/pspp.csv <