Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / command / line-ends.sh
index e78e4ae4f928dd74928a113561071a92d237a0f3..14612b9075e903e4c032023d7d7ce85bfb55ea85 100755 (executable)
@@ -83,7 +83,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 fail ; fi