Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / print-crash.sh
index 22b215660708b355e9780b563080a0caec5fab0c..0b66ddb19e0738eb8cc5cec7de07254a21f83376 100755 (executable)
@@ -70,7 +70,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 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