Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / examine-crash2.sh
index 01fe8f9a3288e88489801976bbbb4c37dbd72190..32f0e99fc4e117806f8d0e75b9d3810e582bf394 100755 (executable)
@@ -74,7 +74,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