Greatly simplify PSPP configuration.
[pspp-builds.git] / tests / expressions / randist.sh
index 58fe386d291f4738661c0385d1ee67faeaf0d180..88a57e5fcba4d643b2a6614a1ac0308886d9dee2 100755 (executable)
@@ -60,7 +60,7 @@ perl $top_srcdir/tests/expressions/randist/randist.pl \
 if [ $? -ne 0 ] ; then no_result ; fi
 
 activity="run command file"
-$SUPERVISOR $PSPP --testing-mode \
+$SUPERVISOR $PSPP -o pspp.csv \
     $TEMPDIR/randist.pspp >$TEMPDIR/randist.err 2> $TEMPDIR/randist.out
 if [ $? -ne 0 ] ; then fail ; fi