diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 21:46:44 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-07 21:46:44 +0300 |
commit | 658ede8ca657fe56c7ea6b0a3a1bd89fb858d26d (patch) | |
tree | 928465fc4f72e2467451cf774d8dd96fdb958927 /test/clos1way4.ok | |
parent | 82dec6932ed868d9466d23ac5956e09594707dd2 (diff) | |
download | egawk-658ede8ca657fe56c7ea6b0a3a1bd89fb858d26d.tar.gz egawk-658ede8ca657fe56c7ea6b0a3a1bd89fb858d26d.tar.bz2 egawk-658ede8ca657fe56c7ea6b0a3a1bd89fb858d26d.zip |
Fix race condition in fatal errors for one end closed on two way pipe.
Diffstat (limited to 'test/clos1way4.ok')
-rw-r--r-- | test/clos1way4.ok | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/clos1way4.ok b/test/clos1way4.ok index 707f9813..e30aa7f6 100644 --- a/test/clos1way4.ok +++ b/test/clos1way4.ok @@ -1,3 +1,3 @@ -gawk: clos1way4.awk:5: fatal: printf: attempt to write to closed write end of two-way pipe test1 -ODE: 2 +gawk: clos1way4.awk:5: fatal: printf: attempt to write to closed write end of two-way pipe +EXIT CODE: 2 |