3 # This program tests for a bug which caused UNIFORM(x) to always return zero.
6 TEMPDIR=/tmp/pspp-tst-$$
7 TESTFILE=$TEMPDIR/`basename $0`.sps
11 # ensure that top_srcdir is absolute
12 cd $top_srcdir; top_srcdir=`pwd`
14 STAT_CONFIG_PATH=$top_srcdir/config
15 export STAT_CONFIG_PATH
52 activity="create program"
54 DATA LIST LIST NOTABLE /X *.
73 if [ $? -ne 0 ] ; then no_result ; fi
75 $SUPERVISOR $here/../src/pspp -o raw-ascii $TESTFILE
76 if [ $? -ne 0 ] ; then no_result ; fi
79 perl -pi -e 's/^\s*$//g' $TEMPDIR/pspp.list
80 diff -b -w $TEMPDIR/pspp.list - << EOF
99 if [ $? -ne 0 ] ; then fail ; fi