/[pspp]/pspp/tests/command/oneway-with-splits.sh
ViewVC logotype

Diff of /pspp/tests/command/oneway-with-splits.sh

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

revision 1.3 by jmd, Tue Jan 18 11:31:45 2005 UTC revision 1.4 by jmd, Mon Jan 24 04:29:53 2005 UTC
# Line 48  mkdir -p $TEMPDIR Line 48  mkdir -p $TEMPDIR
48  cd $TEMPDIR  cd $TEMPDIR
49    
50  activity="create program"  activity="create program"
51  cat > $TEMPDIR/out.stat <<EOF  cat > $TESTFILE <<EOF
52  DATA LIST LIST /quality * brand * s *.  DATA LIST LIST /quality * brand * s *.
53  BEGIN DATA  BEGIN DATA
54  3 1 1  3 1 1
# Line 86  if [ $? -ne 0 ] ; then no_result ; fi Line 86  if [ $? -ne 0 ] ; then no_result ; fi
86    
87    
88  activity="run program"  activity="run program"
89  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
90  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
91    
92  diff $TEMPDIR/pspp.list - << EOF  diff $TEMPDIR/pspp.list - << EOF

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

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