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