${THIS_SH} ./arith.tests > ${TMPDIR}/xx 2>&1
: ${TMPDIR:=.}
diff ${TMPDIR}/xx arith.right && rm -f ${TMPDIR}/xx
