Use gsl_isnan instead of isnan, gsl_isinf instead of isinf, and
[pspp-builds.git] / tests / expressions / randist.sh
index adfdb006425ebf767ea52bdeb33f7acc86209f43..188e8ac31544fe5655ebbacde523556f5a325fed 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 -o raw-ascii \
+$SUPERVISOR $PSPP --testing-mode \
     $TEMPDIR/randist.pspp >$TEMPDIR/randist.err 2> $TEMPDIR/randist.out
 if [ $? -ne 0 ] ; then fail ; fi