echo "warning: please do not consider output differing only in the amount of" >&2
: ${TMPDIR:=.}
echo "warning: white space to be an error." >&2
${THIS_SH} ./read.tests > ${TMPDIR}/xx 2>&1
diff ${TMPDIR}/xx read.right && rm -f ${TMPDIR}/xx
