Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / big-input.sh
index 3c9365dfce520d6ea7c4cf7154a59c0fa90a343b..9cc3ad93075e15721c2087bd881dbf93f7d833cf 100755 (executable)
@@ -75,7 +75,7 @@ EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -e /dev/null $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv -e /dev/null $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass;