Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / compute-lv.sh
index 88c42c3c1af607e51829d01ab38497200e200319..5bb132143755b36a7d19ab1e182a26eb86d14099 100755 (executable)
@@ -74,7 +74,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run prog"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi