New implementation of long variable names. Each variable has a
[pspp] / tests / command / oneway-with-splits.sh
index 44cb5bcba6b61be5aba6a9862f16b8740ffdb197..6b510bfc94422263e87831f98863eb938717bf45 100755 (executable)
@@ -48,8 +48,8 @@ mkdir -p $TEMPDIR
 cd $TEMPDIR
 
 activity="create program"
-cat > $TEMPDIR/out.stat <<EOF
-DATA LIST LIST /quality * brand * s *.
+cat > $TESTFILE <<EOF
+DATA LIST LIST /QUALITY * BRAND * S *.
 BEGIN DATA
 3 1 1
 2 1 1
@@ -78,18 +78,18 @@ 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
 
 
 activity="run program"
-$SUPERVISOR $here/../src/pspp -o raw-ascii $TEMPDIR/out.stat
+$SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi
 
-diff $TEMPDIR/pspp.list - << EOF
+diff -b -B $TEMPDIR/pspp.list - << EOF
 1.1 DATA LIST.  Reading free-form data from the command file.
 +--------+------+
 |Variable|Format|