echo "warning: the process IDs printed will differ on every run" >&2
: ${TMPDIR:=.}
echo "warning: and generate diffs" >&2
${THIS_SH} ./coproc.tests > ${TMPDIR}/xx 2>&1
diff ${TMPDIR}/xx coproc.right && rm -f ${TMPDIR}/xx
