3 # This program tests for a bug where pspp would crash if two frequencies
4 # Commands existed in a input file
6 TEMPDIR=/tmp/pspp-tst-$$
41 activity="create data"
42 cat << EOF > $TEMPDIR/ff.stat
44 data list free /v1 v2.
55 if [ $? -ne 0 ] ; then no_result ; fi
60 $here/../src/pspp $TEMPDIR/ff.stat
61 if [ $? -ne 0 ] ; then fail ; fi