X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fline-ends.sh;h=e78e4ae4f928dd74928a113561071a92d237a0f3;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=ca03b5cad88ae341abd2eb833ad8bdc5ce4b2eea;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/command/line-ends.sh b/tests/command/line-ends.sh index ca03b5ca..e78e4ae4 100755 --- a/tests/command/line-ends.sh +++ b/tests/command/line-ends.sh @@ -88,16 +88,15 @@ if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b $TEMPDIR/pspp.list - << EOF - a b c --------- -------- -------- - 1.00 2.00 3.00 - 4.00 5.00 6.00 - 7.00 8.00 9.00 - 10.00 11.00 12.00 - 13.00 14.00 15.00 - 16.00 17.00 18.00 +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Data List +a,b,c +1.00,2.00,3.00 +4.00,5.00,6.00 +7.00,8.00,9.00 +10.00,11.00,12.00 +13.00,14.00,15.00 +16.00,17.00,18.00 EOF if [ $? -ne 0 ] ; then fail ; fi