4 lines
192 B
Text
4 lines
192 B
Text
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
|