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

Diff of /pspp/tests/command/lag.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 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 result"  activity="compare result"
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 1 record from the command file.  1.1 DATA LIST.  Reading 1 record from the command file.
77  +--------+------+-------+------+  +--------+------+-------+------+
78  |Variable|Record|Columns|Format|  |Variable|Record|Columns|Format|
79  #========#======#=======#======#  #========#======#=======#======#
80  |W       |     1|  1-  1|F1.0  |  |W       |     1|  1-  1|F1.0  |
81  +--------+------+-------+------+  +--------+------+-------+------+
   
82  W        X        Y        Z  W        X        Y        Z
83  - -------- -------- --------  - -------- -------- --------
84  1      .        .        .    1      .        .        .  

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