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

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

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

revision 1.6 by jmd, Tue Jan 18 11:31:45 2005 UTC revision 1.7 by jmd, Mon Jan 24 04:29:53 2005 UTC
# Line 48  cd $TEMPDIR Line 48  cd $TEMPDIR
48    
49    
50  activity="generate stat program"  activity="generate stat program"
51  cat > $TEMPDIR/sort.stat <<EOF  cat > $TESTFILE <<EOF
52  title 'Test SORT procedure'.  title 'Test SORT procedure'.
53    
54  data list file='$here/sort.data' notable /X000 to X126 1-127.  data list file='$here/sort.data' notable /X000 to X126 1-127.
# Line 59  EOF Line 59  EOF
59  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
60    
61  activity="run program"  activity="run program"
62  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/sort.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
63  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
64    
65  # Now there should be some sorted data in $TEMPDIR/pspp.list  # Now there should be some sorted data in $TEMPDIR/pspp.list

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

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