Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / crosstabs.sh
index 3ef691f376b672facb32463112c4ac9d86337f74..6f02a5087ae4f9fdcabe2072814a4d6765142d02 100755 (executable)
@@ -84,7 +84,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/ct.stat
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/ct.stat
 if [ $? -ne 0 ] ; then fail ; fi