android_mt6572_jiabo/external/bash/tests/run-coproc
2025-09-05 16:56:03 +08:00

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