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