From 9c6eaf297d6220842264e72c44686b26d47474d1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sat, 17 Oct 2009 16:57:42 -0700 Subject: [PATCH] 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. --- tests/command/npar-sign.sh | 2 +- tests/command/npar-wilcoxon.sh | 4 ++-- tests/command/print.sh | 6 +++--- tests/command/reliability.sh | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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 <