Start work on testing and debugging AGGREGATE.
[pspp-builds.git] / tests / command / aggregate.sh
index c03852ecd702d5bc05f3289f38cceb9f7c09b31f..3904d0346c8bf74c504be29e2754971da62fb843 100755 (executable)
@@ -65,7 +65,7 @@ begin data.
 15
 end data.
 sort cases by x.
-aggregate /missing=columnwise /document /presorted/break=x(a) /z'label for z'=sum(y)/foo=nu.
+aggregate outfile=* /missing=columnwise /document /presorted/break=x /z'label for z'=sum(y)/foo=nu.
 list.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi