${THIS_SH} ./exp.tests | grep -v '^expect' > ${TMPDIR}/xx
: ${TMPDIR:=.}
diff ${TMPDIR}/xx exp.right && rm -f ${TMPDIR}/xx
