Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / data-crash.sh
index dfdcbfdc60f2da20c2fe29075cc452bafd2372e4..15ba9e2cb51321c7b55017ed6ae081655822b08c 100755 (executable)
@@ -67,7 +67,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 #This must fail
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TEMPDIR/ct.stat 
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TEMPDIR/ct.stat 
 if [ $? -ne 1 ] ; then fail ; fi
 
 pass;