X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fnpar-chisquare.sh;h=5a1b8af17952375323ae25b754428902d3d476d2;hb=baf657198fcf0cabe289246dc07a82da67c86f5b;hp=60503a9c67a5b2034ebb6124005d324776ea06d4;hpb=a7fb79e81f6e2a0dfddc61e91f207609e31a4632;p=pspp diff --git a/tests/command/npar-chisquare.sh b/tests/command/npar-chisquare.sh index 60503a9c67..5a1b8af179 100755 --- a/tests/command/npar-chisquare.sh +++ b/tests/command/npar-chisquare.sh @@ -96,7 +96,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 1" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff $TEMPDIR/pspp.list - << EOF +diff -b $TEMPDIR/pspp.list - << EOF 1.1 NPAR TESTS. x +--------#----------+----------+--------+ | #Observed N|Expected N|Residual| @@ -197,7 +197,7 @@ if [ $? -eq 0 ] ; then no_result ; fi activity="compare errors 2" perl -pi -e 's/^\s*$//g' $TEMPDIR/output -diff $TEMPDIR/output - << EOF +diff -b $TEMPDIR/output - << EOF error: CHISQUARE test specified 6 expected values, but 4 distinct values were encountered in variable y. EOF if [ $? -ne 0 ] ; then fail ; fi @@ -237,7 +237,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare output 3" perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff $TEMPDIR/pspp.list - <