Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / agg_crash.sh
index 43fd9f8c47a13bca00092282932b59ccab028016..449e90e949856a489e939cf1900308d3b177ad47 100755 (executable)
@@ -76,7 +76,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