Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / examine-crash3.sh
index 6093c343901f21f391040c83c4ad9fb7417e672f..2afc044f90c53c0ba1925eec6c92084bcfb449ce 100755 (executable)
@@ -75,7 +75,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi