/[pspp]/pspp/tests/command/list.sh
ViewVC logotype

Diff of /pspp/tests/command/list.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by jmd, Tue Jan 18 11:31:45 2005 UTC revision 1.8 by jmd, Wed Apr 13 10:09:59 2005 UTC
# Line 48  cd $TEMPDIR Line 48  cd $TEMPDIR
48    
49    
50  activity="create program"  activity="create program"
51  cat > $TEMPDIR/list.stat << foobar  cat > $TESTFILE << EOF
52  *** Single lines.  *** Single lines.
53  data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10.  data list file='$top_srcdir/tests/weighting.data'/AVAR 1-5 BVAR 6-10.
54  weight by BVAR.  weight by BVAR.
# Line 57  list. Line 57  list.
57  list /format numbered weight.  list /format numbered weight.
58    
59  *** Multiple lines.  *** Multiple lines.
60  data list file='$top_srcdir/tests/list.data' notable /X000 to X126 1-127.  data list file='$top_srcdir/tests/list.data' notable /x000 to x126 1-127.
61  *list /cases=from 1 to 25 by 5 /format numbered.  *list /cases=from 1 to 25 by 5 /format numbered.
62  list x000 to x030.  list x000 to x030.
63  list /cases=from 1 to 25.  list /cases=from 1 to 25.
64    
65  foobar  EOF
66  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
67    
68  activity="run program"  activity="run program"
69  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/list.stat  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
70  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
71    
72    

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26