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/count.sh


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/tests/command/count.sh
Date: Mon, 02 May 2005 02:21:47 -0400

Index: pspp/tests/command/count.sh
diff -u pspp/tests/command/count.sh:1.3 pspp/tests/command/count.sh:1.4
--- pspp/tests/command/count.sh:1.3     Tue Jan 18 11:31:45 2005
+++ pspp/tests/command/count.sh Mon May  2 06:21:21 2005
@@ -50,7 +50,7 @@
 title 'Test COUNT transformation'.
 
 * we're going to count the 2s 4s and 1s in the data
-data list /v1 to v2 1-4(a).
+data list /V1 to V2 1-4(a).
 begin data.
 1234
 321      <----
@@ -60,7 +60,7 @@
 03 4     <----
 0193
 end data.
-count c=v1 to v2('2',' 4','1').
+count C=v1 to v2('2',' 4','1').
 list.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi




reply via email to

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