X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fbeg-data.sh;h=d7131f096394bce42005b4e30c6e2e0a3191431f;hb=c87fb686f323f651a1d3f3892c31bf66788916d9;hp=cdbf0a6b0e24cbc5defc8cb2ae923b413bbbb7bb;hpb=362ef6aa0dde26bc7ae7b2c042b47f96b8b1bca1;p=pspp diff --git a/tests/command/beg-data.sh b/tests/command/beg-data.sh index cdbf0a6b0e..d7131f0963 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 @@ -84,16 +73,11 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="run program" -$here/../src/pspp -o raw-ascii $TEMPDIR/prog.sps +$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/prog.sps 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|