X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Flist.sh;h=3bc92aa67335ea22e186b46a86d989a3602a3185;hb=1d985886f778e35f8d89c4e3c897b79fde8de6ed;hp=c82dd27346c8b951b405bb69cac191ecdb67f0b4;hpb=c48bf64ab648b9b761a8e0774db3672d8009c64c;p=pspp-builds.git diff --git a/tests/command/list.sh b/tests/command/list.sh index c82dd273..3bc92aa6 100755 --- a/tests/command/list.sh +++ b/tests/command/list.sh @@ -3,6 +3,7 @@ # This program tests the LIST command. TEMPDIR=/tmp/pspp-tst-$$ +TESTFILE=$TEMPDIR/`basename $0`.sps here=`pwd`; @@ -49,11 +50,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 +57,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,11 +72,7 @@ if [ $? -ne 0 ] ; then no_result ; fi activity="compare results" diff -b -B $TEMPDIR/pspp.list - <