Fix testcase 0373
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Jun 2014 14:48:55 +0000 (15:48 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 15 Jun 2014 14:48:55 +0000 (15:48 +0100)
A readsocket expansion against a unix-domain socket which is
immediately closed.  This gave variable results does to the race of
the write into the client-end versus the close at the server end.
Insert under-testsuite delays to assure sequencing; the testcase
now specifically looks for a write into a closed peer.


No differences found