Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / t-test-paired.sh
index c5555f6f58442950cf1f0ea01c7801271021b3d9..47b096425ce42d0a642e69af513d59366387b1f3 100755 (executable)
@@ -73,7 +73,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode -o raw-ascii $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi