3 # This program tests for a bug where pspp would crash
4 # when a FREQUENCIES command was used with the html
8 TEMPDIR=/tmp/pspp-tst-$$
12 # ensure that top_srcdir is absolute
13 cd $top_srcdir ; top_srcdir=`pwd`
15 STAT_CONFIG_PATH=$top_srcdir/config
49 activity="create data"
50 cat << EOF > $TEMPDIR/ff.stat
52 data list free /v1 v2.
62 if [ $? -ne 0 ] ; then no_result ; fi
67 $here/../src/pspp -o html $TEMPDIR/ff.stat
68 if [ $? -ne 0 ] ; then fail ; fi