X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fbeg-data.sh;h=d7131f096394bce42005b4e30c6e2e0a3191431f;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=382e2a036594c327b3700e3892805927872c3395;hpb=564f1eac7ce351b863dba65b75d71fdf3c92b73e;p=pspp-builds.git diff --git a/tests/command/beg-data.sh b/tests/command/beg-data.sh index 382e2a03..d7131f09 100755 --- a/tests/command/beg-data.sh +++ b/tests/command/beg-data.sh @@ -49,12 +49,6 @@ activity="create program" cat > $TEMPDIR/prog.sps << EOF_foobar title 'Test BEGIN DATA ... END DATA'. -remark EOF ----------------------------------------------------------------------- -First we show that we can input data with BEGIN DATA/END DATA after -a procedure. ----------------------------------------------------------------------- -EOF data list /A B 1-2. list. begin data. @@ -65,11 +59,6 @@ begin data. 90 end data. -remark EOF ----------------------------------------------------------------------- -Next we show that BEGIN DATA/END DATA work fine on their own as well. ----------------------------------------------------------------------- -EOF data list /A B 1-2. begin data. 09 @@ -89,11 +78,6 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare data" diff -b -B $TEMPDIR/pspp.list - << foobar ----------------------------------------------------------------------- -First we show that we can input data with BEGIN DATA/END DATA after -a procedure. ----------------------------------------------------------------------- - 1.1 DATA LIST. Reading 1 record from the command file. +--------+------+-------+------+ |Variable|Record|Columns|Format| @@ -110,10 +94,6 @@ A B 7 8 9 0 ----------------------------------------------------------------------- -Next we show that BEGIN DATA/END DATA work fine on their own as well. ----------------------------------------------------------------------- - 2.1 DATA LIST. Reading 1 record from the command file. +--------+------+-------+------+ |Variable|Record|Columns|Format|