pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/tests/command aggregate.sh


From: Ben Pfaff
Subject: [Pspp-cvs] pspp/tests/command aggregate.sh
Date: Mon, 30 Jan 2006 04:49:24 +0000

CVSROOT:        /cvsroot/pspp
Module name:    pspp
Branch:         
Changes by:     Ben Pfaff <address@hidden>      06/01/30 04:49:24

Modified files:
        tests/command  : aggregate.sh 

Log message:
        Fix terminology.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/pspp/tests/command/aggregate.sh.diff?tr1=1.13&tr2=1.14&r1=text&r2=text

Patches:
Index: pspp/tests/command/aggregate.sh
diff -u pspp/tests/command/aggregate.sh:1.13 
pspp/tests/command/aggregate.sh:1.14
--- pspp/tests/command/aggregate.sh:1.13        Sun Jan 29 02:41:12 2006
+++ pspp/tests/command/aggregate.sh     Mon Jan 30 04:49:24 2006
@@ -166,7 +166,7 @@
 4     1.00     1.00       1       1  .      .     .     1.000   .       .      
.       .000  .      .     .      .000      .       .              4    .       
 .       .       1.000     .      .            4    .     .          4      .   
     .      .     .          4      .00      .00      .00     1.00     1.00     
1.00     1.00      .00       0       0       0       1       1        1       1 
       0    .      .     .   100.0     .       .      .       .0    .      .    
 .      .0      .        .       .     100.0      .        .        .        .  
 
 EOF
 
-for outfile in temporary active external; do
+for outfile in scratch active external; do
     for sort in presorted unsorted; do
        for missing in itemwise columnwise; do
            name=$outfile-$sort-$missing
@@ -196,7 +196,7 @@
                cat agg-skel.pspp
                if [ "$outfile" = "external" ]; then
                    echo "get file='aggregate.sys'."
-               elif [ "$outfile" = "temporary" ]; then
+               elif [ "$outfile" = "scratch" ]; then
                    echo "get file=#AGGREGATE."
                fi
                echo "list."




reply via email to

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