Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / if_crash.sh
index 4f07d30281e5173da39d667bd64efab363560e68..9882d0da7017df854f3218f64268939137bfdac2 100755 (executable)
@@ -80,7 +80,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 # So this will have a non zero error status.
 # But it shouldn't crash!
 activity="run_program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE 
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE 
 if [ $? -ne 1 ] ; then fail ; fi