Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / test_template
index 5c996621ebd3130db798823dd2540fa9f147f6ee..41f00bce4da949340e767891badb24124092fb87 100755 (executable)
@@ -62,7 +62,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