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

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

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

revision 1.1 by jmd, Sat May 21 05:14:32 2005 UTC revision 1.2 by jmd, Mon May 23 04:07:23 2005 UTC
# Line 52  mkdir -p $TEMPDIR Line 52  mkdir -p $TEMPDIR
52    
53  cd $TEMPDIR  cd $TEMPDIR
54    
55    activity="create program"
56  cat <<EOF > $TESTFILE  cat <<EOF > $TESTFILE
57  GET FILE='$top_srcdir/tests/no_case_size.sav'.  GET FILE='$top_srcdir/tests/no_case_size.sav'.
58  DISPLAY DICTIONARY.  DISPLAY DICTIONARY.
# Line 61  if [ $? -ne 0 ] ; then no_result ; fi Line 62  if [ $? -ne 0 ] ; then no_result ; fi
62    
63    
64  activity="run program"  activity="run program"
65  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE > /dev/null  $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
66  if [ $? -ne 0 ] ; then no_result ; fi  if [ $? -ne 0 ] ; then no_result ; fi
67    
68  activity="compare output"  activity="compare output"
# Line 85  diff -b -B -w pspp.list - <<EOF Line 86  diff -b -B -w pspp.list - <<EOF
86    
87                              CONT     SIZE      POP    COUNT                              CONT     SIZE      POP    COUNT
88  -------------------------------- -------- -------- --------  -------------------------------- -------- -------- --------
89  Asia      Asia                             44579000 3.67E+09    44.00
90            Africa                           30065000 7.78E+08    53.00
91            North America                    24256000 4.83E+08    23.00
92            South America                    17819000 3.42E+08    12.00
93    Antarctica                       13209000      .00      .00
94  Africa    Europe                            9938000 7.32E+08    46.00
95            Australia/Oceania                 7687000 31000000    14.00
           
           
   
 North Am  
 erica    
           
           
   
 South Am  
 erica    
           
           
   
 Antarcti  
 ca        
           
           
   
 Europe    
           
           
           
   
 Australi  
 a/Oceani  
 a        
           
   
   
96    
97  EOF  EOF
98  if [ $? -ne 0 ] ; then fail ; fi  if [ $? -ne 0 ] ; then fail ; fi

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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