Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / empty-do-repeat.sh
index b96b2feab28075dbe117f3a25763d6e3373a21f0..ddc2e7a62fe7421dd9b47ac11bd2feba98395dfe 100755 (executable)
@@ -71,7 +71,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 
 # Must not crash.
 activity="run program"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/repeat.stat 
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/repeat.stat 
 if [ $? -ne 0 ] ; then fail ; fi
 
 pass;