/[pspp]/pspp/tests/command/longvars.sh
ViewVC logotype

Diff of /pspp/tests/command/longvars.sh

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

revision 1.5 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.6 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 71  $SUPERVISOR $here/../src/pspp -o raw-asc Line 71  $SUPERVISOR $here/../src/pspp -o raw-asc
71  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
72    
73  activity="compare output"  activity="compare output"
74  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
75  diff  -b $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'  diff  -b $TEMPDIR/pspp.list - <<EOF
76  1.1 DATA LIST.  Reading free-form data from the command file.  1.1 DATA LIST.  Reading free-form data from the command file.
77  +--------------+------+  +--------------+------+
78  |   Variable   |Format|  |   Variable   |Format|
# Line 82  diff  -b $TEMPDIR/pspp.list - <<EOF | pe Line 82  diff  -b $TEMPDIR/pspp.list - <<EOF | pe
82  |X             |F8.0  |  |X             |F8.0  |
83  |Yabbadabbadoo |F8.0  |  |Yabbadabbadoo |F8.0  |
84  +--------------+------+  +--------------+------+
   
85  AlphaBetaGamma        B        X Yabbadabbadoo  AlphaBetaGamma        B        X Yabbadabbadoo
86  -------------- -------- -------- -------------  -------------- -------- -------- -------------
87            2.00     3.00     4.00          5.00            2.00     3.00     4.00          5.00
   
88  2.1 CROSSTABS.  Summary.  2.1 CROSSTABS.  Summary.
89  #===============#=====================================================#  #===============#=====================================================#
90  #               #                        Cases                        #  #               #                        Cases                        #
# Line 98  AlphaBetaGamma        B        X Yabbada Line 96  AlphaBetaGamma        B        X Yabbada
96  #X *            #       1|  100.0%|       0|    0.0%|       1|  100.0%#  #X *            #       1|  100.0%|       0|    0.0%|       1|  100.0%#
97  #Yabbadabbadoo  #        |        |        |        |        |        #  #Yabbadabbadoo  #        |        |        |        |        |        #
98  #===============#========#========#========#========#========#========#  #===============#========#========#========#========#========#========#
   
99  2.2 CROSSTABS.  X by Yabbadabbadoo [count].  2.2 CROSSTABS.  X by Yabbadabbadoo [count].
100  #===============#==============================================================#========#  #===============#==============================================================#========#
101  #               #                         Yabbadabbadoo                        |        #  #               #                         Yabbadabbadoo                        |        #
# Line 114  AlphaBetaGamma        B        X Yabbada Line 111  AlphaBetaGamma        B        X Yabbada
111  #           7.00#      .0|      .0|      .0|      .0|      .0|      .0|      .0|      .0#  #           7.00#      .0|      .0|      .0|      .0|      .0|      .0|      .0|      .0#
112  #Total          #     .0%|     .0%|     .0%|     .0%|    1.0%|     .0%|     .0%|    1.0%#  #Total          #     .0%|     .0%|     .0%|     .0%|    1.0%|     .0%|     .0%|    1.0%#
113  #===============#========#========#========#========#========#========#========#========#  #===============#========#========#========#========#========#========#========#========#
   
114  EOF  EOF
115  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
116    

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

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