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

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

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

revision 1.8 by jstover, Mon Oct 10 20:49:13 2005 UTC revision 1.9 by jstover, Thu Oct 27 18:57:39 2005 UTC
# Line 83  if [ $? -ne 0 ] ; then no_result ; fi Line 83  if [ $? -ne 0 ] ; then no_result ; fi
83    
84    
85  activity="check results"  activity="check results"
86  perl -pi -e s/^\s*\$//g $TEMPDIR/pspp.list  perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
87  diff  -b $TEMPDIR/pspp.list - << EOF | perl -e 's/^\s*$//g'  diff  -b $TEMPDIR/pspp.list - << EOF
88   X FILTER_$   X FILTER_$
89  -- --------  -- --------
90   1     1.00   1     1.00
# Line 92  diff  -b $TEMPDIR/pspp.list - << EOF | p Line 92  diff  -b $TEMPDIR/pspp.list - << EOF | p
92   5     1.00   5     1.00
93   7     1.00   7     1.00
94   9     1.00   9     1.00
   
95   X FILTER_$   X FILTER_$
96  -- --------  -- --------
97   1     1.00   1     1.00
# Line 105  diff  -b $TEMPDIR/pspp.list - << EOF | p Line 104  diff  -b $TEMPDIR/pspp.list - << EOF | p
104   8      .00   8      .00
105   9     1.00   9     1.00
106  10      .00  10      .00
   
107   X FILTER_$   X FILTER_$
108  -- --------  -- --------
109   2     1.00   2     1.00
# Line 113  diff  -b $TEMPDIR/pspp.list - << EOF | p Line 111  diff  -b $TEMPDIR/pspp.list - << EOF | p
111   6     1.00   6     1.00
112   8     1.00   8     1.00
113  10     1.00  10     1.00
   
114  EOF  EOF
115  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi
116    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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