X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fcompute-lv.sh;h=88c42c3c1af607e51829d01ab38497200e200319;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=b0baf4f09cd4272c5e77c773032cd852f75d75c4;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/compute-lv.sh b/tests/bugs/compute-lv.sh index b0baf4f0..88c42c3c 100755 --- a/tests/bugs/compute-lv.sh +++ b/tests/bugs/compute-lv.sh @@ -79,19 +79,16 @@ if [ $? -ne 0 ] ; then fail ; fi activity="compare output" -perl -pi -e 's/^\s*$//g' pspp.list -diff -b pspp.list - << EOF -1.1 DATA LIST. Reading free-form data from INLINE. -+----------------+------+ -| Variable |Format| -#================#======# -|longVariablename|F8.0 | -|x |F8.0 | -+----------------+------+ -longVariablename x ----------------- -------- - 99.00 2.00 - 97.00 4.00 +diff pspp.csv - << EOF +Table: Reading free-form data from INLINE. +Variable,Format +longVariablename,F8.0 +x,F8.0 + +Table: Data List +longVariablename,x +99.00,2.00 +97.00,4.00 EOF if [ $? -ne 0 ] ; then fail ; fi