X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fmatch-files-scratch.sh;h=6eb5b43994c24f3d38558b822c8063e14e19d43b;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=dd95c2c0772f9a404fb2e30a7dfd2d4bac5d8602;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/match-files-scratch.sh b/tests/bugs/match-files-scratch.sh index dd95c2c0..6eb5b439 100755 --- a/tests/bugs/match-files-scratch.sh +++ b/tests/bugs/match-files-scratch.sh @@ -82,20 +82,17 @@ $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 -1.1 DATA LIST. Reading free-form data from INLINE. -+--------+------+ -|Variable|Format| -#========#======# -|w |F8.0 | -|x |F8.0 | -|y |F8.0 | -+--------+------+ - x y j --------- -------- -------- - 5.00 6.00 55.00 - 2.00 3.00 55.00 +diff -c $TEMPDIR/pspp.csv - << EOF +Table: Reading free-form data from INLINE. +Variable,Format +w,F8.0 +x,F8.0 +y,F8.0 + +Table: Data List +x,y,j +5.00,6.00,55.00 +2.00,3.00,55.00 EOF if [ $? -ne 0 ] ; then fail ; fi