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