Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / shbang.sh
index cc3fc5e2d7644b754371b586a3e22341265b1059..b0961302ff3b474ae7798293c2e47a563a3df209 100755 (executable)
@@ -69,7 +69,7 @@ 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