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


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

Index: pspp/tests/command/filter.sh
diff -u pspp/tests/command/filter.sh:1.4 pspp/tests/command/filter.sh:1.5
--- pspp/tests/command/filter.sh:1.4    Wed Apr 13 10:09:59 2005
+++ pspp/tests/command/filter.sh        Mon May  2 06:21:21 2005
@@ -48,7 +48,7 @@
 
 activity="create program"
 cat > $TESTFILE << EOF
-data list notable /x 1-2.
+data list notable /X 1-2.
 begin data.
 1
 2
@@ -61,7 +61,7 @@
 9
 10
 end data.
-compute filter_$ = mod(x,2).
+compute FILTER_$ = mod(x,2).
 
 filter by filter_$.
 list.




reply via email to

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