Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / examine-crash.sh
index 6cd172fde54abab2387bee19c804881774a27787..03c51c6fe90cb50f662f97dda43a02f4fe2724ad 100755 (executable)
@@ -73,7 +73,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