Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / get.sh
index 86b39c661df71f8d6e4f51091b922b836255c262..aa76a8c0c723294f7ac5b9b7c6dfde17eadc89e0 100755 (executable)
@@ -87,7 +87,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi