X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Ftemporary.sh;h=345ed852caf18c3eb159713e7104f115c47f0a9d;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=8ffa86115999566dbca7c821aca16e67cb2aa793;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/temporary.sh b/tests/bugs/temporary.sh index 8ffa8611..345ed852 100755 --- a/tests/bugs/temporary.sh +++ b/tests/bugs/temporary.sh @@ -84,25 +84,25 @@ $SUPERVISOR $PSPP --testing-mode $TESTFILE if [ $? -ne 0 ] ; then no_result ; fi -perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list -diff -b -w $TEMPDIR/pspp.list - << EOF - X --------- - 6.00 - 7.00 - 8.00 - 9.00 - X --------- - 1.00 - 2.00 - 3.00 - 4.00 - 5.00 - 6.00 - 7.00 - 8.00 - 9.00 +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Data List +X +6.00 +7.00 +8.00 +9.00 + +Table: Data List +X +1.00 +2.00 +3.00 +4.00 +5.00 +6.00 +7.00 +8.00 +9.00 EOF if [ $? -ne 0 ] ; then fail ; fi