/[pspp]/pspp/tests/expressions/vectors.sh
ViewVC logotype

Diff of /pspp/tests/expressions/vectors.sh

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

revision 1.4 by jstover, Mon Oct 10 22:18:06 2005 UTC revision 1.5 by jstover, Thu Oct 27 19:25:23 2005 UTC
# Line 73  $SUPERVISOR $here/../src/pspp -o raw-asc Line 73  $SUPERVISOR $here/../src/pspp -o raw-asc
73  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
74    
75  activity="compare results"  activity="compare results"
76  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
77  diff -b  $TEMPDIR/pspp.list - <<EOF | perl -e 's/^\s*$//g'  diff -b  $TEMPDIR/pspp.list - <<EOF
78  1.1 DATA LIST.  Reading 1 record from the command file.  1.1 DATA LIST.  Reading 1 record from the command file.
79  +--------+------+-------+------+  +--------+------+-------+------+
80  |Variable|Record|Columns|Format|  |Variable|Record|Columns|Format|
# Line 85  diff -b  $TEMPDIR/pspp.list - <<EOF | pe Line 85  diff -b  $TEMPDIR/pspp.list - <<EOF | pe
85  |N4      |     1|  4-  4|F1.0  |  |N4      |     1|  4-  4|F1.0  |
86  |N5      |     1|  5-  5|F1.0  |  |N5      |     1|  5-  5|F1.0  |
87  +--------+------+-------+------+  +--------+------+-------+------+
   
88  N1 N2 N3 N4 N5 X1 X2 X3 X4 X5  I  N1 N2 N3 N4 N5 X1 X2 X3 X4 X5  I
89  -- -- -- -- -- -- -- -- -- -- --  -- -- -- -- -- -- -- -- -- -- --
90   1  2  3  4  5  .  3  .  .  .  5   1  2  3  4  5  .  3  .  .  .  5

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

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