Implemented long variable names a la spss V12.
[pspp-builds.git] / tests / command / oneway-with-splits.sh
index e5d7aaabff06cad484e121ef06c9f506f003344c..c9eec5d55b5243396f1a5c84ed9607273cd3ba8f 100755 (executable)
@@ -78,8 +78,8 @@ SPLIT FILE by s.
 ONEWAY
        quality BY brand
        /STATISTICS descriptives homogeneity
-       /CONTRASTS =  -2 2
-       /CONTRASTS = -1 1
+       /CONTRAST =  -2 2
+       /CONTRAST = -1 1
        .
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi