Greatly simplify PSPP configuration.
[pspp] / tests / command / print-strings.sh
index 5fb730063ff4721779e0075d515f78bc96944eb1..b8ac189ee5237b8b86f8ed5aae0de66c98a06021 100755 (executable)
@@ -79,7 +79,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then no_result ; fi