X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flist.sh;h=b73684d1ce3d23fe2a0ca852abd17afbd6d16370;hb=97d6c6f6b1922621ca013668eba9a9a9f71d60fe;hp=33297eb00753813869e9499edf32f26c85260fc0;hpb=564f1eac7ce351b863dba65b75d71fdf3c92b73e;p=pspp-builds.git diff --git a/tests/command/list.sh b/tests/command/list.sh index 33297eb0..b73684d1 100755 --- a/tests/command/list.sh +++ b/tests/command/list.sh @@ -49,11 +49,6 @@ cd $TEMPDIR activity="create program" cat > $TEMPDIR/list.stat << foobar *** Single lines. -remark EOF ----------------------------------------------------------------------- -Testing use of LIST in single-line cases. ----------------------------------------------------------------------- -EOF data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10. weight by BVAR. list. @@ -61,11 +56,6 @@ list. list /format numbered weight. *** Multiple lines. -remark EOF ----------------------------------------------------------------------- -Testing use of LIST in multi-line cases. ----------------------------------------------------------------------- -EOF data list file='$top_srcdir/tests/list.data' notable /X000 to X126 1-127. *list /cases=from 1 to 25 by 5 /format numbered. list x000 to x030. @@ -81,10 +71,6 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" diff -b -B $TEMPDIR/pspp.list - <