/[pspp]/pspp/tests/stats/percentiles-enhanced.sh
ViewVC logotype

Diff of /pspp/tests/stats/percentiles-enhanced.sh

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

revision 1.4 by blp, Sun Jul 31 04:55:59 2005 UTC revision 1.5 by jstover, Mon Oct 10 22:18:06 2005 UTC
# Line 75  $SUPERVISOR $here/../src/pspp -o raw-asc Line 75  $SUPERVISOR $here/../src/pspp -o raw-asc
75  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
76    
77  activity="compare output $i"  activity="compare output $i"
78  diff -B -b $TEMPDIR/pspp.list - <<EOF  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
79    diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
80  1.1 FREQUENCIES.  X:  1.1 FREQUENCIES.  X:
81  +-----------+--------+---------+--------+--------+--------+  +-----------+--------+---------+--------+--------+--------+
82  |           |        |         |        |  Valid |   Cum  |  |           |        |         |        |  Valid |   Cum  |
# Line 138  $SUPERVISOR $here/../src/pspp -o raw-asc Line 139  $SUPERVISOR $here/../src/pspp -o raw-asc
139  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
140    
141  activity="compare output $i"  activity="compare output $i"
142  diff -B -b $TEMPDIR/pspp.list - <<EOF  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
143    diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
144  1.1 FREQUENCIES.  X:  1.1 FREQUENCIES.  X:
145  +-----------+--------+---------+--------+--------+--------+  +-----------+--------+---------+--------+--------+--------+
146  |           |        |         |        |  Valid |   Cum  |  |           |        |         |        |  Valid |   Cum  |
# Line 199  $SUPERVISOR $here/../src/pspp -o raw-asc Line 201  $SUPERVISOR $here/../src/pspp -o raw-asc
201  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
202    
203  activity="compare output $i"  activity="compare output $i"
204  diff -B -b $TEMPDIR/pspp.list - <<EOF  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
205    diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
206  1.1 FREQUENCIES.  X:  1.1 FREQUENCIES.  X:
207  +-----------+--------+---------+--------+--------+--------+  +-----------+--------+---------+--------+--------+--------+
208  |           |        |         |        |  Valid |   Cum  |  |           |        |         |        |  Valid |   Cum  |
# Line 259  $SUPERVISOR $here/../src/pspp -o raw-asc Line 262  $SUPERVISOR $here/../src/pspp -o raw-asc
262  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
263    
264  activity="compare output $i"  activity="compare output $i"
265  diff -B -b $TEMPDIR/pspp.list - <<EOF  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list
266    diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'
267  1.1 FREQUENCIES.  X:  1.1 FREQUENCIES.  X:
268  +-----------+--------+---------+--------+--------+--------+  +-----------+--------+---------+--------+--------+--------+
269  |           |        |         |        |  Valid |   Cum  |  |           |        |         |        |  Valid |   Cum  |

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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