Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / bugs / double-frequency.sh
index ca958cd1ea6eabf09a81504637e998522f908bea..c579cf36b3c626b6ab3061da5c4618560626cbe1 100755 (executable)
@@ -77,7 +77,7 @@ if [ $? -ne 0 ] ; then no_result ; fi
 cd $TEMPDIR
 
 activity="run data"
-$SUPERVISOR $PSPP --testing-mode $TEMPDIR/ff.stat
+$SUPERVISOR $PSPP -o pspp.csv $TEMPDIR/ff.stat
 if [ $? -ne 0 ] ; then fail ; fi