3 # This program tests for a bug which crashed pspp when given certain
6 TEMPDIR=/tmp/pspp-tst-$$
10 # ensure that top_srcdir is absolute
11 cd $top_srcdir; top_srcdir=`pwd`
13 export STAT_CONFIG_PATH=$top_srcdir/config
49 activity="create program"
50 cat > $TEMPDIR/ct.stat <<EOF
55 if [ $? -ne 0 ] ; then no_result ; fi
58 $here/../src/pspp $TEMPDIR/ct.stat > /dev/null
59 if [ $? -ne 1 ] ; then fail ; fi