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

Diff of /pspp/tests/bugs/t-test.sh

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

revision 1.1 by jmd, Sun Mar 21 08:41:21 2004 UTC revision 1.2 by jmd, Thu Jan 6 12:55:45 2005 UTC
# Line 64  T-TEST /groups=id(3) . Line 64  T-TEST /groups=id(3) .
64  EOF  EOF
65  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
66    
67    #The syntax was invalid.  Therefore pspp must return non zero.
68    activity="run program"
69  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps > /dev/null  $SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/rnd.sps > /dev/null
70  if [ $? -ne 1 ] ; then fail ; fi  if [ $? -ne 1 ] ; then fail ; fi
71    

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