/[pspp]/pspp/tests/command/trimmed-mean.sh
ViewVC logotype

Diff of /pspp/tests/command/trimmed-mean.sh

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

revision 1.9 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.10 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 75  if [ $? -ne 0 ] ; then no_result ; fi Line 75  if [ $? -ne 0 ] ; then no_result ; fi
75    
76    
77  activity="compare results"  activity="compare results"
78  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
79  diff -b  $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  $TEMPDIR/pspp.list - << EOF
80  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
81  +--------+------+  +--------+------+
82  |Variable|Format|  |Variable|Format|
# Line 84  diff -b  $TEMPDIR/pspp.list - << EOF | p Line 84  diff -b  $TEMPDIR/pspp.list - << EOF | p
84  |X       |F8.0  |  |X       |F8.0  |
85  |C       |F8.0  |  |C       |F8.0  |
86  +--------+------+  +--------+------+
   
87  2.1 EXAMINE.  Case Processing Summary  2.1 EXAMINE.  Case Processing Summary
88  #=#===============================#  #=#===============================#
89  # #             Cases             #  # #             Cases             #
# Line 95  diff -b  $TEMPDIR/pspp.list - << EOF | p Line 94  diff -b  $TEMPDIR/pspp.list - << EOF | p
94  #=#==#=======#=#=======#==#=======#  #=#==#=======#=#=======#==#=======#
95  #X#52|   100%|0|     0%|52|   100%#  #X#52|   100%|0|     0%|52|   100%#
96  #=#==#=======#=#=======#==#=======#  #=#==#=======#=#=======#==#=======#
   
97  2.2 EXAMINE.  Descriptives  2.2 EXAMINE.  Descriptives
98  #============================================#=========#==========#  #============================================#=========#==========#
99  #                                            #Statistic|Std. Error#  #                                            #Statistic|Std. Error#
# Line 114  diff -b  $TEMPDIR/pspp.list - << EOF | p Line 112  diff -b  $TEMPDIR/pspp.list - << EOF | p
112  # Skewness                                   #  1.194  |   .330   #  # Skewness                                   #  1.194  |   .330   #
113  # Kurtosis                                   #  15.732 |   .650   #  # Kurtosis                                   #  15.732 |   .650   #
114  #============================================#=========#==========#  #============================================#=========#==========#
   
115  EOF  EOF
116  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
117    

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

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