/[pspp]/pspp/tests/bugs/agg-crash-2.sh
ViewVC logotype

Diff of /pspp/tests/bugs/agg-crash-2.sh

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

revision 1.7 by jstover, Mon Oct 10 22:18:06 2005 UTC revision 1.8 by jstover, Thu Oct 27 19:32:56 2005 UTC
# Line 69  if [ $? -ne 0 ] ; then no_result ; fi Line 69  if [ $? -ne 0 ] ; then no_result ; fi
69  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE  $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
70  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
71    
72  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
73  diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  -w $TEMPDIR/pspp.list - << EOF
74  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
75  +--------+------+  +--------+------+
76  |Variable|Format|  |Variable|Format|
# Line 78  diff -b  -w $TEMPDIR/pspp.list - << EOF Line 78  diff -b  -w $TEMPDIR/pspp.list - << EOF
78  |X       |F8.2  |  |X       |F8.2  |
79  |Y       |A25   |  |Y       |A25   |
80  +--------+------+  +--------+------+
   
81          X                         Y          X                         Y
82  --------- -------------------------  --------- -------------------------
83      87.34 bar                            87.34 bar                      

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

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