Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / crosstabs-crash2.sh
index 910ec0bbc89a334fe161b200657187df60d0460b..d283516153c71ccbb1fa81980580d4166c4c50a3 100755 (executable)
@@ -75,7 +75,7 @@ CROSSTABS /TABLES = x BY y.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP --testing-mode $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE > /dev/null
 if [ $? -ne 0 ] ; then no_result ; fi
 
 diff -c $TEMPDIR/pspp.csv - << EOF