/[pspp]/pspp/tests/bugs/get.sh
ViewVC logotype

Diff of /pspp/tests/bugs/get.sh

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

revision 1.7 by jstover, Mon Oct 10 22:18:06 2005 UTC revision 1.8 by jstover, Thu Oct 27 19:32:56 2005 UTC
# Line 86  if [ $? -ne 0 ] ; then no_result ; fi Line 86  if [ $? -ne 0 ] ; then no_result ; fi
86    
87    
88  activity="compare output"  activity="compare output"
89  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
90  diff -b  -w $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff -b  -w $TEMPDIR/pspp.list - << EOF
91  LOCATION   EDITOR    SHELL     FREQ  LOCATION   EDITOR    SHELL     FREQ
92   -------- -------- -------- --------   -------- -------- -------- --------
93       1.00     1.00     1.00     2.00       1.00     1.00     1.00     2.00
# Line 98  LOCATION   EDITOR    SHELL     FREQ Line 98  LOCATION   EDITOR    SHELL     FREQ
98       2.00     1.00     2.00    22.00       2.00     1.00     2.00    22.00
99       2.00     2.00     1.00     1.00       2.00     2.00     1.00     1.00
100       2.00     2.00     2.00     3.00       2.00     2.00     2.00     3.00
   
   
101  LOCATION   EDITOR    SHELL     FREQ  LOCATION   EDITOR    SHELL     FREQ
102   -------- -------- -------- --------   -------- -------- -------- --------
103       1.00     1.00     1.00     2.00       1.00     1.00     1.00     2.00
# Line 110  LOCATION   EDITOR    SHELL     FREQ Line 108  LOCATION   EDITOR    SHELL     FREQ
108       2.00     1.00     2.00    22.00       2.00     1.00     2.00    22.00
109       2.00     2.00     1.00     1.00       2.00     2.00     1.00     1.00
110       2.00     2.00     2.00     3.00       2.00     2.00     2.00     3.00
   
111  EOF  EOF
112  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
113    

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