X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fnpar-wilcoxon.sh;h=8c349999f9bb06b82bb700ce3c0999919ae8b49e;hb=a9c5233f04317a5ace5e6dcbe3cc61a9f07d57c0;hp=d5a9c63439faff5eb88ed1d71526b6907f106396;hpb=cb062bfc8fa1b1477de31fd8a0f072f4bcf3d6b1;p=pspp diff --git a/tests/command/npar-wilcoxon.sh b/tests/command/npar-wilcoxon.sh index d5a9c63439..8c349999f9 100755 --- a/tests/command/npar-wilcoxon.sh +++ b/tests/command/npar-wilcoxon.sh @@ -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