diff options
Diffstat (limited to 'tests/run-coproc')
-rw-r--r-- | tests/run-coproc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-coproc b/tests/run-coproc new file mode 100644 index 0000000..02c5c92 --- /dev/null +++ b/tests/run-coproc @@ -0,0 +1,2 @@ +${THIS_SH} ./coproc.tests > ${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} coproc.right && rm -f ${BASH_TSTOUT} |