Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / piechart.sh
index 657e53834933b31f147b64cc75015659c3755eeb..0296de0d1b34217edb0017f371f339333c1fef9b 100755 (executable)
@@ -85,7 +85,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program 1"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail ; fi