From 3baddf9934e9c4daa8db0065a08cedd92de7bf3d 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 5ce4ae82..d8cd0e09 100755 --- a/tests/command/npar-sign.sh +++ b/tests/command/npar-sign.sh @@ -85,7 +85,7 @@ $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 1" -diff - $TEMPDIR/pspp.list <