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

Diff of /pspp/tests/command/flip.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 72  $SUPERVISOR $here/../src/pspp -o raw-asc Line 72  $SUPERVISOR $here/../src/pspp -o raw-asc
72  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
73    
74  activity="compare output"  activity="compare output"
75  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
76  diff  -b  $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff  -b  $TEMPDIR/pspp.list - << EOF
77  1.1 DATA LIST.  Reading 1 record from the command file.  1.1 DATA LIST.  Reading 1 record from the command file.
78  +--------+------+-------+------+  +--------+------+-------+------+
79  |Variable|Record|Columns|Format|  |Variable|Record|Columns|Format|
# Line 84  diff  -b  $TEMPDIR/pspp.list - << EOF | Line 84  diff  -b  $TEMPDIR/pspp.list - << EOF |
84  |C       |     1|  6-  7|F2.0  |  |C       |     1|  6-  7|F2.0  |
85  |D       |     1|  8-  9|F2.0  |  |D       |     1|  8-  9|F2.0  |
86  +--------+------+-------+------+  +--------+------+-------+------+
   
87  N  A  B  C  D  N  A  B  C  D
88  - -- -- -- --  - -- -- -- --
89  v  1  2  3  4  v  1  2  3  4
# Line 92  w  6  7  8  9 Line 91  w  6  7  8  9
91  x 11 12 13 14  x 11 12 13 14
92  y 16 17 18 19  y 16 17 18 19
93  z 21 22 23 24  z 21 22 23 24
   
94  CASE_LBL        V        W        X        Y        Z  CASE_LBL        V        W        X        Y        Z
95  -------- -------- -------- -------- -------- --------  -------- -------- -------- -------- -------- --------
96  A            1.00     6.00    11.00    16.00    21.00  A            1.00     6.00    11.00    16.00    21.00
97  B            2.00     7.00    12.00    17.00    22.00  B            2.00     7.00    12.00    17.00    22.00
98  C            3.00     8.00    13.00    18.00    23.00  C            3.00     8.00    13.00    18.00    23.00
99  D            4.00     9.00    14.00    19.00    24.00  D            4.00     9.00    14.00    19.00    24.00
   
100  CASE_LBL        A        B        C        D  CASE_LBL        A        B        C        D
101  -------- -------- -------- -------- --------  -------- -------- -------- -------- --------
102  V            1.00     2.00     3.00     4.00  V            1.00     2.00     3.00     4.00

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