# ensure that top_srcdir is absolute
cd $top_srcdir; top_srcdir=`pwd`
+
export STAT_CONFIG_PATH=$top_srcdir/config
cleanup()
$here/../src/pspp -o raw-ascii $TEMPDIR/test.sps
if [ $? -ne 0 ] ; then no_result ; fi
+cat pspp.list > /tmp/foo
activity="test result"
-diff -B $TEMPDIR/pspp.list - << EOF
+diff -b -w -B $TEMPDIR/pspp.list - << EOF
X Z FOO
- -------- --------
1 15.00 6.00
if [ $? -ne 0 ] ; then no_result ; fi
activity="test output"
-diff -B $TEMPDIR/pspp.list - <<EOF
+diff -b -B $TEMPDIR/pspp.list - <<EOF
1.1 DATA LIST. Reading 1 record from the command file.
+--------+------+-------+------+
|Variable|Record|Columns|Format|
if [ $? -ne 0 ] ; then no_result ; fi
activity="compare data"
-diff -B $TEMPDIR/pspp.list - << foobar
+diff -b -B $TEMPDIR/pspp.list - << foobar
----------------------------------------------------------------------
First we show that we can input data with BEGIN DATA/END DATA after
a procedure.