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