/[pspp]/pspp/tests/bugs/multipass.sh
ViewVC logotype

Diff of /pspp/tests/bugs/multipass.sh

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

revision 1.1 by blp, Wed Mar 31 06:11:10 2004 UTC revision 1.2 by jmd, Fri Jan 21 11:59:40 2005 UTC
# Line 4  Line 4 
4    
5    
6  TEMPDIR=/tmp/pspp-tst-$$  TEMPDIR=/tmp/pspp-tst-$$
7    TESTFILE=$TEMPDIR/`basename $0`.sps
8    
9  here=`pwd`;  here=`pwd`;
10    
# Line 47  mkdir -p $TEMPDIR Line 48  mkdir -p $TEMPDIR
48  cd $TEMPDIR  cd $TEMPDIR
49    
50  activity="create program"  activity="create program"
51  cat > $TEMPDIR/rnd.sps <<EOF  cat > $TESTFILE <<EOF
52  data list list /id * abc *.  data list list /id * abc *.
53  begin data.  begin data.
54  1 3.5  1 3.5
# Line 67  DESCRIPTIVES Line 68  DESCRIPTIVES
68  EOF  EOF
69  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
70    
71  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
72  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
73    
74    

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