X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fprint.sh;h=33d47a7d56a3de42c90da4cd204fd84886b294f1;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=8e058c68c2d6702a1c5171468d83040ae32f62f3;hpb=564f1eac7ce351b863dba65b75d71fdf3c92b73e;p=pspp-builds.git diff --git a/tests/command/print.sh b/tests/command/print.sh index 8e058c68..33d47a7d 100755 --- a/tests/command/print.sh +++ b/tests/command/print.sh @@ -55,28 +55,12 @@ activity="create program" cat > $TEMPDIR/print.stat << foobar title 'Test PRINT transformation'. -remark EOF ----------------------------------------------------------------------- -There is no test for DATA LIST FIXED since it is imagined that the -rest of the tests give it a pretty good workout. ----------------------------------------------------------------------- -EOF -remark EOF ----------------------------------------------------------------------- -Testing use of DATA LIST FREE. ----------------------------------------------------------------------- -EOF data list free table file='$TEMPDIR/data-list.data'/A B C D. print outfile="foo" table/A(f8.2) '/' B(e8.2) '/' C(n10) '/' D(rbhex16) '/'. print space a. print outfile="foo" /a b c d. list. -remark EOF ----------------------------------------------------------------------- -Testing use of DATA LIST LIST. ----------------------------------------------------------------------- -EOF data list list table file='$TEMPDIR/data-list.data'/A B C D. print table/A B C D. list. @@ -112,15 +96,6 @@ if [ $? -ne 0 ] ; then fail ; fi activity="compare output" diff -b -B $TEMPDIR/pspp.list - << EOF ----------------------------------------------------------------------- -There is no test for DATA LIST FIXED since it is imagined that the -rest of the tests give it a pretty good workout. ----------------------------------------------------------------------- - ----------------------------------------------------------------------- -Testing use of DATA LIST FREE. ----------------------------------------------------------------------- - 1.1 DATA LIST. Reading free-form data from file $TEMPDIR/data-list.data. +--------+------+ |Variable|Format| @@ -154,10 +129,6 @@ Testing use of DATA LIST FREE. . 10.00 11.00 12.00 ----------------------------------------------------------------------- -Testing use of DATA LIST LIST. ----------------------------------------------------------------------- - 3.1 DATA LIST. Reading free-form data from file $TEMPDIR/data-list.data. +--------+------+ |Variable|Format|