Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / missing-values.sh
index c01adf3112749194e5037eb80cfe3cf8fc01d4fa..a4cde41ba952b58680ae119f9fde138c9f65403b 100755 (executable)
@@ -119,7 +119,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat 
+$SUPERVISOR $PSPP -o pspp.csv --error-file=$TEMPDIR/errs $TEMPDIR/missing-values.stat 
 # Note   vv   --- there are errors in input.  Therefore, the  command must FAIL
 if [ $? -eq 0 ] ; then fail ; fi