diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-04 06:49:59 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-04-04 06:49:59 +0300 |
commit | 02e319635b2323361a5898e868e91058768bd39c (patch) | |
tree | 5e3bf9d4e7c13cd20803969c9756f30ce6401f9b /test/clos1way5.ok | |
parent | 6d22cdfde8a2136080efba406d980ecac537b07d (diff) | |
download | egawk-02e319635b2323361a5898e868e91058768bd39c.tar.gz egawk-02e319635b2323361a5898e868e91058768bd39c.tar.bz2 egawk-02e319635b2323361a5898e868e91058768bd39c.zip |
Add new tests for read/write closed end of 2 way pipe.
Diffstat (limited to 'test/clos1way5.ok')
-rw-r--r-- | test/clos1way5.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/clos1way5.ok b/test/clos1way5.ok new file mode 100644 index 00000000..1ff15402 --- /dev/null +++ b/test/clos1way5.ok @@ -0,0 +1,3 @@ +test1 +gawk: clos1way5.awk:6: fatal: getline: attempt to read from closed read end of two-way pipe +EXIT CODE: 2 |