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

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

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

revision 1.4 by jmd, Wed Apr 13 10:09:59 2005 UTC revision 1.5 by blp, Mon May 2 06:21:21 2005 UTC
# Line 48  cd $TEMPDIR Line 48  cd $TEMPDIR
48    
49  activity="create prog"  activity="create prog"
50  cat > $TEMPDIR/loop.stat <<EOF  cat > $TEMPDIR/loop.stat <<EOF
51  data list /x 1 y 2 zoological 3.  data list /X 1 Y 2 ZOOLOGICAL 3.
52  begin data.  begin data.
53  125  125
54  256  256
# Line 76  if [ $? -ne 0 ] ; then fail ; fi Line 76  if [ $? -ne 0 ] ; then fail ; fi
76  activity="compare results"  activity="compare results"
77  diff -B -b $TEMPDIR/pspp.list  - <<EOF  diff -B -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|
81  #========#======#=======#======#  #==========#======#=======#======#
82  |X       |     1|  1-  1|F1.0  |  |X         |     1|  1-  1|F1.0  |
83  |Y       |     1|  2-  2|F1.0  |  |Y         |     1|  2-  2|F1.0  |
84  |ZOOLOGIC|     1|  3-  3|F1.0  |  |ZOOLOGICAL|     1|  3-  3|F1.0  |
85  +--------+------+-------+------+  +----------+------+-------+------+
86  1     2.00  1     2.00
87  2     5.00  2     5.00
88  3     9.00  3     9.00

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