/[pspp]/pspp/tests/command/t-test-pairs.sh
ViewVC logotype

Diff of /pspp/tests/command/t-test-pairs.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 47  mkdir -p $TEMPDIR Line 47  mkdir -p $TEMPDIR
47  cd $TEMPDIR  cd $TEMPDIR
48    
49  activity="create program"  activity="create program"
50  cat > $TEMPDIR/out.stat <<EOF  cat > $TESTFILE <<EOF
51  data list list /id * a * b *.  data list list /id * a * b *.
52  begin data.  begin data.
53  1 2.0 3.0  1 2.0 3.0
# Line 63  if [ $? -ne 0 ] ; then no_result ; fi Line 63  if [ $? -ne 0 ] ; then no_result ; fi
63    
64    
65  activity="run program"  activity="run program"
66  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
67  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
68    
69  activity="compare output"  activity="compare output"

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