pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/tests/command/no_case_size.sh


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/tests/command/no_case_size.sh
Date: Mon, 23 May 2005 00:07:24 -0400

Index: pspp/tests/command/no_case_size.sh
diff -u pspp/tests/command/no_case_size.sh:1.1 
pspp/tests/command/no_case_size.sh:1.2
--- pspp/tests/command/no_case_size.sh:1.1      Sat May 21 05:14:32 2005
+++ pspp/tests/command/no_case_size.sh  Mon May 23 04:07:23 2005
@@ -52,6 +52,7 @@
 
 cd $TEMPDIR
 
+activity="create program"
 cat <<EOF > $TESTFILE
 GET FILE='$top_srcdir/tests/no_case_size.sav'.
 DISPLAY DICTIONARY.
@@ -61,7 +62,7 @@
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE > /dev/null
+$SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="compare output"
@@ -85,42 +86,13 @@
 
                             CONT     SIZE      POP    COUNT
 -------------------------------- -------- -------- --------
-Asia    
-        
-        
-        
-
-Africa  
-        
-        
-        
-
-North Am
-erica   
-        
-        
-
-South Am
-erica   
-        
-        
-
-Antarcti
-ca      
-        
-        
-
-Europe  
-        
-        
-        
-
-Australi
-a/Oceani
-a       
-        
-
-
+Asia                             44579000 3.67E+09    44.00 
+Africa                           30065000 7.78E+08    53.00 
+North America                    24256000 4.83E+08    23.00 
+South America                    17819000 3.42E+08    12.00 
+Antarctica                       13209000      .00      .00 
+Europe                            9938000 7.32E+08    46.00 
+Australia/Oceania                 7687000 31000000    14.00 
 
 EOF
 if [ $? -ne 0 ] ; then fail ; fi




reply via email to

[Prev in Thread] Current Thread [Next in Thread]