oneway.c: Use the categoricals struct to calculate number of groups
[pspp] / tests / command / npar-wilcoxon.sh
index d5a9c63439faff5eb88ed1d71526b6907f106396..8c349999f9bb06b82bb700ce3c0999919ae8b49e 100755 (executable)
@@ -114,7 +114,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="compare output 1"
-diff -c pspp.csv $TEMPDIR/results.csv
+diff -b -c pspp.csv $TEMPDIR/results.csv
 if [ $? -ne 0 ] ; then fail ; fi
 
 
@@ -158,7 +158,7 @@ $SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output 2"
-diff pspp.csv $TEMPDIR/results.csv
+diff -b pspp.csv $TEMPDIR/results.csv
 if [ $? -ne 0 ] ; then fail ; fi