activity="compare output"
-diff -u -b -B $TEMPDIR/pspp.list - << EOF
+diff -b -B $TEMPDIR/pspp.list - << EOF
----------------------------------------------------------------------
There is no test for DATA LIST FIXED since it is imagined that the
rest of the tests give it a pretty good workout.
cat > $TEMPDIR/sort.stat <<EOF
title 'Test SORT procedure'.
-data list file='$here/sort.data' notable /X000 to X126 1-127.
+data list file='$here/sort.data' notable /X000 to X126 1-127(a).
sort by X000 to x005.
print /X000 to X005.
execute.
activity="check sorted"
sort $TEMPDIR/pspp.list > $TEMPDIR/sortsort
-cp $TEMPDIR/pspp.list ~/pspp.list
if [ $? -ne 0 ] ; then no_result ; fi
-diff -u -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list
+diff -B -b $TEMPDIR/sortsort $TEMPDIR/pspp.list
if [ $? -ne 0 ] ; then fail ; fi
# 2. It should be six elements wide