Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / t-test-alpha2.sh
index c49103a88292fe1f5fc1ad051c08151b72669fb3..0fdac2afcfee2065729b53140d49c1b763bdbf79 100755 (executable)
@@ -81,7 +81,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE > /dev/null
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE > /dev/null
 #invert  v
 if [ $? -eq 0 ] ; then fail ; fi