/[pspp]/pspp/tests/command/t-test-paired-missing-list.sh
ViewVC logotype

Diff of /pspp/tests/command/t-test-paired-missing-list.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 1"  activity="create program 1"
51  cat > $TEMPDIR/out.stat <<EOF  cat > $TESTFILE <<EOF
52  data list list /id * a * b * c * d *.  data list list /id * a * b * c * d *.
53  begin data.  begin data.
54  1 2.0 3.0 4.0 4.0  1 2.0 3.0 4.0 4.0
# Line 64  if [ $? -ne 0 ] ; then no_result ; fi Line 64  if [ $? -ne 0 ] ; then no_result ; fi
64    
65    
66  activity="run program 1"  activity="run program 1"
67  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
68  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
69    
70  activity="copy output"  activity="copy output"
# Line 72  mv $TEMPDIR/pspp.list $TEMPDIR/ref.list Line 72  mv $TEMPDIR/pspp.list $TEMPDIR/ref.list
72  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
73    
74  activity="create program 2"  activity="create program 2"
75  cat > $TEMPDIR/out.stat <<EOF  cat > $TESTFILE <<EOF
76  data list list /id * a * b * c * d *.  data list list /id * a * b * c * d *.
77  begin data.  begin data.
78  1 2.0 3.0 4.0 4.0  1 2.0 3.0 4.0 4.0
# Line 90  if [ $? -ne 0 ] ; then no_result ; fi Line 90  if [ $? -ne 0 ] ; then no_result ; fi
90    
91    
92  activity="run program 2"  activity="run program 2"
93  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
94  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
95    
96    

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