X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fagg-crash-2.sh;h=0bb8962f38105c0f839892514a22eedea6403e83;hb=dfd1972f7bcb550a4fc3b05dbe7e71d12334b0a7;hp=0b006780f319de5ac506e877543c2e25be7d94da;hpb=c9a3c45e44c1c03d13d4eb186e3817bc836f75f8;p=pspp-builds.git diff --git a/tests/bugs/agg-crash-2.sh b/tests/bugs/agg-crash-2.sh index 0b006780..0bb8962f 100755 --- a/tests/bugs/agg-crash-2.sh +++ b/tests/bugs/agg-crash-2.sh @@ -77,19 +77,17 @@ if [ $? -ne 0 ] ; then no_result ; fi $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| -#========#======# -|X |F8.2 | -|Y |A25 | -+--------+------+ - X Y ---------- ------------------------- - 87.34 bar - 87.50 foo +activity="compare output" +diff $TEMPDIR/pspp.csv - << EOF | cat -E +Table: Reading free-form data from INLINE. +Variable,Format +X,F8.2 +Y,A25 + +Table: Data List +X,Y +87.34,bar +87.50,foo EOF if [ $? -ne 0 ] ; then fail ; fi