Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / crosstabs-crash.sh
index f7d19d834cf7bd87d78a3399e2c4ceeceb8cabc8..5bebfed5c7d77f269303e4ec6d771cbd4b016795 100755 (executable)
@@ -70,7 +70,7 @@ CROSSTABS VARIABLES X (1,7) Y (1,7) /TABLES X BY Y.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi