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

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

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

revision 1.7 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.8 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 89  $SUPERVISOR $here/../src/pspp -o raw-asc Line 89  $SUPERVISOR $here/../src/pspp -o raw-asc
89  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
90    
91  activity="compare results"  activity="compare results"
92  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
93  diff -b  $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  $TEMPDIR/pspp.list - << EOF
94  1.1 EXAMINE.  Case Processing Summary  1.1 EXAMINE.  Case Processing Summary
95  #==#===============================#  #==#===============================#
96  #  #             Cases             #  #  #             Cases             #
# Line 101  diff -b  $TEMPDIR/pspp.list - << EOF | p Line 101  diff -b  $TEMPDIR/pspp.list - << EOF | p
101  #==#==#=======#=#=======#==#=======#  #==#==#=======#=#=======#==#=======#
102  #V1#23|   100%|0|     0%|23|   100%#  #V1#23|   100%|0|     0%|23|   100%#
103  #==#==#=======#=#=======#==#=======#  #==#==#=======#=#=======#==#=======#
   
104  1.2 EXAMINE.  Extreme Values  1.2 EXAMINE.  Extreme Values
105  #==========#===========#=====#  #==========#===========#=====#
106  #          #Case Number|Value#  #          #Case Number|Value#
# Line 120  diff -b  $TEMPDIR/pspp.list - << EOF | p Line 119  diff -b  $TEMPDIR/pspp.list - << EOF | p
119  #         5#          3| 3.00#  #         5#          3| 3.00#
120  #         6#          5| 4.00#  #         6#          5| 4.00#
121  #==========#===========#=====#  #==========#===========#=====#
   
122  EOF  EOF
123  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
124    

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