Imported from ../bash-4.0-rc1.tar.gz.

This commit is contained in:
Jari Aalto 2009-01-12 13:36:28 +00:00
commit 3185942a52
666 changed files with 188710 additions and 54674 deletions

4
tests/run-coproc Normal file
View file

@ -0,0 +1,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