Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / list-overflow.sh
index e89ecadf81d1030ba1d1268f2a817d1ecd52a012..296952ce01724a294fe8842782b09c125bc44082 100755 (executable)
@@ -78,7 +78,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
 
 pass;