diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-24 22:03:09 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-10-24 22:03:09 +0300 |
commit | 25520aab6144927a20d501c0396e9597f36fc871 (patch) | |
tree | 1a8b237e152873b5a789f10865c11a5ed1e0c3cc /test/ChangeLog | |
parent | eb152bbe507aef92ece4a301863263818fb50a04 (diff) | |
download | gawk-25520aab6144927a20d501c0396e9597f36fc871.tar.gz |
Improve handling of writes to dead pipes.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r-- | test/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 4de3d14b..beabad0d 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,14 @@ +2013-10-22 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (pipeio3): Enhance test to be more resilient to variations + in error messages produced by different Bourne shells when a command + is not found. + +2013-10-17 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (pipeio3): New test. + * pipeio3.awk, pipeio3.ok: New files. + 2013-10-10 Arnold D. Robbins <arnold@skeeve.com> * Makefile.am (backbigs1, backsmalls1): New tests. |