Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / comment-at-eof.sh
index 342f9bc08ab95eeeb7531e97087c4206d678372a..f28762d19495c4048722ab0363beb8593028e26a 100755 (executable)
@@ -63,7 +63,7 @@ COMMENT this is a comment at end of file.
 EOF
 if [ $? -ne 0 ] ; then no_result ; fi
 
-$SUPERVISOR $PSPP --testing-mode $TESTFILE
+$SUPERVISOR $PSPP -o pspp.csv $TESTFILE
 if [ $? -ne 0 ] ; then fail; fi
 
 pass;