/[pspp]/pspp/tests/command/examine-percentiles.sh
ViewVC logotype

Diff of /pspp/tests/command/examine-percentiles.sh

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

revision 1.1 by jmd, Fri Dec 31 08:51:07 2004 UTC revision 1.2 by jmd, Tue Jan 18 11:31:45 2005 UTC
# Line 5  Line 5 
5  # a few cases  # a few cases
6    
7  TEMPDIR=/tmp/pspp-tst-$$  TEMPDIR=/tmp/pspp-tst-$$
8    TESTFILE=$TEMPDIR/`basename $0`.sps
9    
10  here=`pwd`;  here=`pwd`;
11    
# Line 48  mkdir -p $TEMPDIR Line 49  mkdir -p $TEMPDIR
49  cd $TEMPDIR  cd $TEMPDIR
50    
51  activity="create program"  activity="create program"
52  cat > $TEMPDIR/out.stat <<EOF  cat > $TESTFILE <<EOF
53  DATA LIST LIST /x *.  DATA LIST LIST /x *.
54  BEGIN DATA.  BEGIN DATA.
55  2.00  2.00
# Line 74  EOF Line 75  EOF
75  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
76    
77  activity="run program"  activity="run program"
78  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
79  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
80    
81    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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