Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / compute-fmt.sh
index 0d4a313e26edbb451e38e3dc45c065f558c4cd98..2417cca92bc423873eb795e6d661ba406ac0ed7b 100755 (executable)
@@ -70,7 +70,7 @@ SAVE outfile='$TEMPDIR/temp.sav'.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail; fi