X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint.sh;h=f135b4c144b22a1f132d4ffe73729bbaf77ea304;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=4a0527588de2cb321887549d094b5927433e6cbb;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/print.sh b/tests/command/print.sh index 4a052758..f135b4c1 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -159,32 +159,56 @@ EOF if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -diff $TEMPDIR/pspp.list - << EOF +diff $TEMPDIR/pspp.csv - << EOF 1 2 + + 12 + 1 -2 + + 3 4 + + 34 + 3 -4 + + . 6 + + .6 + . -6 + + 7 . + + 7. + 7 -. + + 9 0 + + 90 + 9 -0 + EOF if [ $? -ne 0 ] ; then fail ; fi