Greatly simplify PSPP configuration.
[pspp] / tests / command / print.sh
index f135b4c144b22a1f132d4ffe73729bbaf77ea304..a0b806e5e0f6453f55bad717a3a644b9acf5da50 100755 (executable)
@@ -105,7 +105,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode --error-file=$TEMPDIR/errs $TEMPDIR/print.stat 
+$SUPERVISOR $PSPP -o pspp.csv --error-file=$TEMPDIR/errs $TEMPDIR/print.stat 
 if [ $? -ne 0 ] ; then fail ; fi
 
 activity="compare print.out"