blob: ce62474efe708bd51abf213998e4101b6e62862f (
plain)
1
2
3
4
|
echo "warning: the process IDs printed will differ on every run" >&2
echo "warning: and generate diffs" >&2
${THIS_SH} ./coproc.tests > /tmp/xx 2>&1
diff /tmp/xx coproc.right && rm -f /tmp/xx
|