3 # This program tests USE, just to make sure that USE ALL is accepted silently.
5 TEMPDIR=/tmp/pspp-tst-$$
9 # ensure that top_srcdir is absolute
10 cd $top_srcdir; top_srcdir=`pwd`
12 export STAT_CONFIG_PATH=$top_srcdir/config
48 activity="create program"
49 cat > $TEMPDIR/filter.stat << EOF
50 data list notable /x 1-2.
67 if [ $? -ne 0 ] ; then no_result ; fi
70 activity="run program"
71 $SUPERVISOR $here/../src/pspp --testing-mode -o raw-ascii $TEMPDIR/filter.stat
72 if [ $? -ne 0 ] ; then no_result ; fi
75 activity="check results"
76 diff -B -b $TEMPDIR/pspp.list - << EOF
90 if [ $? -ne 0 ] ; then fail ; fi