Fix Mingw test failures due to differences in line endings.
[pspp-builds.git] / tests / command / npar-wilcoxon.sh
index ffa4c2b0e96e102e0b182d48c4c5b8ac2d82d014..6b77bc083d136cac57fac7661ebc7f9daab91fdb 100755 (executable)
@@ -121,7 +121,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="compare output 1"
-diff pspp.list $TEMPDIR/results.txt
+diff -b pspp.list $TEMPDIR/results.txt
 if [ $? -ne 0 ] ; then fail ; fi
 
 
@@ -165,7 +165,7 @@ $SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output 2"
-diff pspp.list $TEMPDIR/results.txt
+diff -b pspp.list $TEMPDIR/results.txt
 if [ $? -ne 0 ] ; then fail ; fi